{"id":17186649,"url":"https://github.com/azer/strict-request","last_synced_at":"2025-08-03T11:32:55.931Z","repository":{"id":144425011,"uuid":"141574750","full_name":"azer/strict-request","owner":"azer","description":"Send strict HTTP Requests with Go","archived":false,"fork":false,"pushed_at":"2018-08-21T08:26:21.000Z","size":5,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-07T04:39:59.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/kozmos/strict-request","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-07-19T12:14:31.000Z","updated_at":"2024-10-09T08:45:25.000Z","dependencies_parsed_at":"2024-01-14T04:54:21.524Z","dependency_job_id":"2755727d-5781-4543-a30f-00c02d511a80","html_url":"https://github.com/azer/strict-request","commit_stats":null,"previous_names":["azer/strict-request"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fstrict-request","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fstrict-request/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fstrict-request/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fstrict-request/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azer","download_url":"https://codeload.github.com/azer/strict-request/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228540834,"owners_count":17934031,"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-10-15T01:01:02.673Z","updated_at":"2024-12-07T00:16:15.074Z","avatar_url":"https://github.com/azer.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# strict-request\n\nSend HTTP requests with strict options, such as;\n\n* Timeout\n* Maximum content size (first given MBs)\n* No redirects (Can be enabled back with `AllowRedirects` option)\n\n## Example\n\n```go\npackage main\n\nimport (\n  \"github.com/kozmos/strict-request\"\n)\n\n\nfunc main () {\n  resp, err := strictrequest.Get(testServer.URL, strictrequest.Options{\n    TimeoutMs: 1000, // 1000 milliseconds\n    MaxSizeMb: 0.5, // 500kb\n  })\n\n  if err != nil {\n    panic(err)\n  }\n}\n```\n\nCheck out tests for more details and documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazer%2Fstrict-request","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazer%2Fstrict-request","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazer%2Fstrict-request/lists"}