{"id":20887307,"url":"https://github.com/werdl/quickhttp","last_synced_at":"2026-04-26T01:33:03.856Z","repository":{"id":222271986,"uuid":"756767720","full_name":"werdl/quickhttp","owner":"werdl","description":"Simple HTTP client in Rust","archived":false,"fork":false,"pushed_at":"2024-02-21T18:08:01.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T17:45:43.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/werdl.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-13T09:18:55.000Z","updated_at":"2024-02-13T10:15:28.000Z","dependencies_parsed_at":"2024-02-13T10:29:57.080Z","dependency_job_id":"894382f6-9681-4309-b51a-bd5c81eef8c5","html_url":"https://github.com/werdl/quickhttp","commit_stats":null,"previous_names":["werdl/quickhttp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/werdl/quickhttp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fquickhttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fquickhttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fquickhttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fquickhttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/werdl","download_url":"https://codeload.github.com/werdl/quickhttp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fquickhttp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32283294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2024-11-18T08:19:39.808Z","updated_at":"2026-04-26T01:33:03.839Z","avatar_url":"https://github.com/werdl.png","language":"Rust","readme":"# quickhttp\n\u003e A simple HTTP client for Rust, with no dependencies.\n\n[![GitHub Actions][gh-image]][gh-checks]\n[![crates.io][cratesio-image]][cratesio]\n[![thetime on docs.rs][docsrs-image]][docsrs]\n\n[gh-image]: https://github.com/werdl/quickhttp/actions/workflows/rust.yml/badge.svg\n[gh-checks]: https://github.com/werdl/quickhttp/actions?query=workflow%20rust\n[cratesio-image]: https://img.shields.io/crates/v/quickhttp.svg\n[cratesio]: https://crates.io/crates/quickhttp\n[docsrs-image]: https://docs.rs/quickhttp/badge.svg\n[docsrs]: https://docs.rs/quickhttp\n\n# Example\n```rust\nlet res = Builder::new()\n    .uri(\"http://httpbin.org/ip\".to_string())\n    .method(\"GET\".to_string())\n    .build()\n    .unwrap()\n    .send()\n    .unwrap();\n\n\nprintln!(\"{:?}\", res.body);\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerdl%2Fquickhttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwerdl%2Fquickhttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerdl%2Fquickhttp/lists"}