{"id":21473230,"url":"https://github.com/lz1998/esp-minreq","last_synced_at":"2026-05-20T02:44:03.003Z","repository":{"id":209140951,"uuid":"723284270","full_name":"lz1998/esp-minreq","owner":"lz1998","description":"Async HTTP Client","archived":false,"fork":false,"pushed_at":"2023-11-29T15:51:55.000Z","size":48,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T16:43:12.112Z","etag":null,"topics":["async","client","esp","esp32","http","minreq","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/lz1998.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}},"created_at":"2023-11-25T07:05:41.000Z","updated_at":"2023-11-29T15:20:32.000Z","dependencies_parsed_at":"2023-11-29T16:48:14.870Z","dependency_job_id":null,"html_url":"https://github.com/lz1998/esp-minreq","commit_stats":null,"previous_names":["lz1998/esp32-minreq","lz1998/esp-minreq"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lz1998%2Fesp-minreq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lz1998%2Fesp-minreq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lz1998%2Fesp-minreq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lz1998%2Fesp-minreq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lz1998","download_url":"https://codeload.github.com/lz1998/esp-minreq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243990051,"owners_count":20379715,"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":["async","client","esp","esp32","http","minreq","rust"],"created_at":"2024-11-23T10:15:53.105Z","updated_at":"2026-05-20T02:43:57.971Z","avatar_url":"https://github.com/lz1998.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esp-minreq\nAsync HTTP Client\n\n```toml\nesp-minreq = { git = \"https://github.com/lz1998/esp-minreq.git\", branch = \"main\", features = [\"json\"] }\n```\n\n```rust\n    use serde::{Deserialize, Serialize};\n    #[derive(Serialize, Deserialize, Default, Debug)]\n    #[serde(default)]\n    struct Response {\n        pub ip: String,\n        pub ip_decimal: i64,\n        pub country: String,\n        pub country_iso: String,\n        pub country_eu: bool,\n        pub region_name: String,\n        pub region_code: String,\n        pub city: String,\n        pub latitude: f64,\n        pub longitude: f64,\n        pub time_zone: String,\n        pub asn: String,\n        pub asn_org: String,\n    }\n    let resp: Response = esp_minreq::get(\"https://ifconfig.co/json\")\n        .send::\u003cesp_minreq::tcp::HttpStream\u003e()\n        .await\n        .unwrap()\n        .json()\n        .unwrap();\n    log::info!(\"{:?}\", resp);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flz1998%2Fesp-minreq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flz1998%2Fesp-minreq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flz1998%2Fesp-minreq/lists"}