{"id":22616321,"url":"https://github.com/xpepermint/async-fetch","last_synced_at":"2025-08-02T10:33:16.013Z","repository":{"id":57499672,"uuid":"265404308","full_name":"xpepermint/async-fetch","owner":"xpepermint","description":"Asynchronous HTTP client.","archived":false,"fork":false,"pushed_at":"2020-05-23T08:41:30.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T01:01:51.416Z","etag":null,"topics":["cargo","client","crate","http","relay","rust","socket","ssl","stream","tcp","tls","unix"],"latest_commit_sha":null,"homepage":null,"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/xpepermint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-20T00:35:40.000Z","updated_at":"2020-05-23T08:41:32.000Z","dependencies_parsed_at":"2022-08-28T20:00:25.985Z","dependency_job_id":null,"html_url":"https://github.com/xpepermint/async-fetch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xpepermint/async-fetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fasync-fetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fasync-fetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fasync-fetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fasync-fetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xpepermint","download_url":"https://codeload.github.com/xpepermint/async-fetch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fasync-fetch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268371118,"owners_count":24239784,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cargo","client","crate","http","relay","rust","socket","ssl","stream","tcp","tls","unix"],"created_at":"2024-12-08T19:12:08.652Z","updated_at":"2025-08-02T10:33:15.981Z","avatar_url":"https://github.com/xpepermint.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e Asynchronous HTTP client.\n\nThis crate provides a simple HTTP client and is built on top of [async-std](https://github.com/async-rs/async-std).\n\n* Fully streaming requests and responses\n* TLS/SSL enabled by default\n* Relay through HTTP proxy or UNIX socket\n\n**Example:**\n\n```rs\nasync_fetch::{Method, Request};\n\n// request\nlet mut req = Request::parse_url(\"https://domain.com\").unwrap();\nreq.set_method(Method::Post);\n// response\nlet mut res = req.send().await?;\nlet data = res.recv().await.unwrap();\n```\n\n**Todo:**\n\n* Handle redirects\n* Add retry logic\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpepermint%2Fasync-fetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpepermint%2Fasync-fetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpepermint%2Fasync-fetch/lists"}