{"id":57691,"library":"isahc","title":"Isahc","description":"The practical HTTP client that is fun to use.","status":"active","version":"2.0.0","language":"rust","source_language":null,"source_url":"https://github.com/sagebind/isahc","tags":["http","client","curl","async","sync"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nisahc = \"2.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add isahc","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"HttpClient","correct":"use isahc::prelude::*;"}],"quickstart":{"code":"use isahc::prelude::*;\n\nfn main() -> Result<(), isahc::Error> {\n    let mut response = HttpClient::new()?.get(\"https://example.com\")?;\n    println!(\"{}\", response.text()?);\n    Ok(())\n}","lang":"rust","description":"Simple GET request with Isahc"},"warnings":[{"fix":"Install libcurl development package (e.g., libcurl4-openssl-dev on Debian/Ubuntu).","message":"Isahc uses libcurl under the hood; ensure libcurl is installed on the system.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'async':14 'client':5,12 'curl':13 'fun':8 'http':4,11 'isahc':1 'practic':3 'sync':15 'use':10","created_at":"2026-06-16T15:54:01.133304+00:00","updated_at":"2026-06-16T15:54:01.133304+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/sagebind/isahc","github":"https://github.com/sagebind/isahc","docs":"https://docs.rs/isahc/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}