{"id":57180,"library":"hyper-rustls","title":"hyper-rustls","description":"Rustls+hyper integration for pure rust HTTPS.","status":"active","version":"0.27.9","language":"rust","source_language":null,"source_url":"https://github.com/rustls/hyper-rustls","tags":["https","tls","rustls","hyper","http-client"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhyper-rustls = \"0.27.9\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hyper-rustls","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"HttpsConnector","correct":"use hyper_rustls::HttpsConnector;"}],"quickstart":{"code":"use hyper::Client;\nuse hyper_rustls::HttpsConnector;\n\n#[tokio::main]\nasync fn main() -> Result<(), Box<dyn std::error::Error>> {\n    let https = HttpsConnector::new();\n    let client = Client::builder().build(https);\n    let res = client.get(\"https://example.com\".parse()?).await?;\n    println!(\"Status: {}\", res.status());\n    Ok(())\n}","lang":"rust","description":"Make an HTTPS request using hyper with rustls."},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main]","message":"Requires Tokio runtime for async execution","severity":"gotcha","affected_versions":">=0.20.0"}],"env_vars":null,"search_vec":"'client':17 'http':16 'http-client':15 'https':10,11 'hyper':2,5,14 'hyper-rustl':1 'integr':6 'pure':8 'rust':9 'rustl':3,4,13 'tls':12","created_at":"2026-06-16T15:31:25.894223+00:00","updated_at":"2026-06-16T15:31:25.894223+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/rustls/hyper-rustls","github":"https://github.com/rustls/hyper-rustls","docs":"https://docs.rs/hyper-rustls/","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}}