{"id":13764045,"url":"https://github.com/facebookarchive/httpcontrol","last_synced_at":"2025-05-10T17:31:25.316Z","repository":{"id":3739667,"uuid":"4813756","full_name":"facebookarchive/httpcontrol","owner":"facebookarchive","description":"Package httpcontrol allows for HTTP transport level control around timeouts and retries.","archived":true,"fork":false,"pushed_at":"2015-07-18T10:02:34.000Z","size":376,"stargazers_count":464,"open_issues_count":0,"forks_count":34,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-04-14T00:20:17.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/facebookgo/httpcontrol","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/facebookarchive.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":"2012-06-27T21:24:42.000Z","updated_at":"2023-12-12T08:07:03.000Z","dependencies_parsed_at":"2022-09-12T15:30:39.355Z","dependency_job_id":null,"html_url":"https://github.com/facebookarchive/httpcontrol","commit_stats":null,"previous_names":["facebookgo/httpcontrol"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebookarchive%2Fhttpcontrol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebookarchive%2Fhttpcontrol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebookarchive%2Fhttpcontrol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebookarchive%2Fhttpcontrol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/facebookarchive","download_url":"https://codeload.github.com/facebookarchive/httpcontrol/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253453295,"owners_count":21911071,"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":"2024-08-03T15:01:10.458Z","updated_at":"2025-05-10T17:31:25.058Z","avatar_url":"https://github.com/facebookarchive.png","language":"Go","readme":"httpcontrol [![Build Status](https://secure.travis-ci.org/facebookgo/httpcontrol.png)](http://travis-ci.org/facebookgo/httpcontrol)\n===========\n\n    import \"github.com/facebookgo/httpcontrol\"\n\nPackage httpcontrol allows a HTTP transport supporting connection pooling,\ntimeouts \u0026 retries.\n\nThis Transport is built on top of the standard library transport and augments it\nwith additional features. Using it can be as simple as:\n\n    client := \u0026http.Client{\n        Transport: \u0026httpcontrol.Transport{\n            RequestTimeout: time.Minute,\n            MaxTries: 3,\n        },\n    }\n    res, err := client.Get(\"http://example.com/\")\n\nDocumentation: http://godoc.org/github.com/facebookgo/httpcontrol\n","funding_links":[],"categories":["Utilities"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacebookarchive%2Fhttpcontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacebookarchive%2Fhttpcontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacebookarchive%2Fhttpcontrol/lists"}