{"id":38743315,"url":"https://github.com/yaproxy/libyap","last_synced_at":"2026-01-17T11:42:16.768Z","repository":{"id":57528790,"uuid":"86789675","full_name":"yaproxy/libyap","owner":"yaproxy","description":"Proxy Library for Golang","archived":false,"fork":false,"pushed_at":"2022-09-15T12:35:57.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-07-27T22:49:11.482Z","etag":null,"topics":["golang","library","proxy"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaproxy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-31T07:15:12.000Z","updated_at":"2023-01-18T13:38:35.000Z","dependencies_parsed_at":"2022-09-10T17:10:39.944Z","dependency_job_id":null,"html_url":"https://github.com/yaproxy/libyap","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/yaproxy/libyap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaproxy%2Flibyap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaproxy%2Flibyap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaproxy%2Flibyap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaproxy%2Flibyap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaproxy","download_url":"https://codeload.github.com/yaproxy/libyap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaproxy%2Flibyap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","library","proxy"],"created_at":"2026-01-17T11:42:16.657Z","updated_at":"2026-01-17T11:42:16.739Z","avatar_url":"https://github.com/yaproxy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golang Library powered by Yaproxy\n\n## Package Proxy\n\nPackage proxy provides support for a variety of protocols to proxy network data.\n\n### Example\n\n* Basic Usage\n\n```\nimport \"github.com/yaproxy/libyap/proxy\"\n    \n    ...\nfunc X() {\n    fixedURL := \"http://username:password@proxy.site\" // HTTP Proxy\n    //fixedURL := \"https://username:password@proxy.site\" // HTTPS Proxy\n    //fixedURL := \"sock5://username:password@proxy.site\" // sock5 Proxy\n    // customize your dialer\n    dialer := \u0026net.Dialer{\n        Timeout:   30 * time.Second,\n        KeepAlive: 30 * time.Second,\n    }\n    newDialer, err := proxy.FromURL(fixedURL, dialer, nil)\n    conn, err := newDialer.Dial(\"tcp\", \"google.com:443\")\n    // use the tcp connection\n    ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaproxy%2Flibyap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaproxy%2Flibyap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaproxy%2Flibyap/lists"}