{"id":24864163,"url":"https://github.com/reoring/quickproxy","last_synced_at":"2025-03-26T18:26:36.312Z","repository":{"id":12362001,"uuid":"15010806","full_name":"reoring/quickproxy","owner":"reoring","description":"Go Library for a easy HTTP proxy","archived":false,"fork":false,"pushed_at":"2013-12-07T18:56:49.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T23:09:30.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reoring.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":"2013-12-07T18:40:09.000Z","updated_at":"2013-12-07T18:56:50.000Z","dependencies_parsed_at":"2022-09-23T05:50:44.115Z","dependency_job_id":null,"html_url":"https://github.com/reoring/quickproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reoring%2Fquickproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reoring%2Fquickproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reoring%2Fquickproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reoring%2Fquickproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reoring","download_url":"https://codeload.github.com/reoring/quickproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245711101,"owners_count":20660017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-01-31T23:49:59.078Z","updated_at":"2025-03-26T18:26:36.264Z","avatar_url":"https://github.com/reoring.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Go Library for a easy HTTP proxy\n==========\n\nGo Library for a easy HTTP proxy\n\n## Examples\n\n### Record request/response elapsed time.\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/reoring/quickproxy\"\n)\n\nfunc main() {\n\tquickproxy.Prepare(map[string]string{\"port\": \"8081\"})\n\n\tquickproxy.OnDone(func(doneRequestData *quickproxy.DoneRequestData) {\n\t\tfmt.Print(doneRequestData.Request.URL)\n\t\tfmt.Print(\": \")\n\t\tfmt.Print(doneRequestData.RoundTripTime.ElapsedTime())\n\t\tfmt.Print(\"\\n\")\n\t})\n\n\tquickproxy.Run()\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freoring%2Fquickproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freoring%2Fquickproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freoring%2Fquickproxy/lists"}