{"id":59376,"library":"hyper-timeout","title":"Hyper Timeout","description":"A connect, read and write timeout aware connector for use with the Hyper HTTP client.","status":"active","version":"0.5.2","language":"rust","source_language":null,"source_url":"https://github.com/hjr3/hyper-timeout","tags":["hyper","timeout","http","client"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhyper-timeout = \"0.5.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hyper-timeout","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"TimeoutConnector","correct":"use hyper_timeout::TimeoutConnector;"}],"quickstart":{"code":"use hyper_timeout::TimeoutConnector;\nuse hyper::client::HttpConnector;\n\nlet mut connector = TimeoutConnector::new(HttpConnector::new());\nconnector.set_connect_timeout(Some(std::time::Duration::from_secs(5)));","lang":"rust","description":"Create a timeout-enabled HTTP connector"},"warnings":[{"fix":"Ensure your application uses a Tokio runtime (e.g., `#[tokio::main]`).","message":"Requires the `tokio` runtime for async operations.","severity":"gotcha","affected_versions":">=0.5.0"}],"env_vars":null,"search_vec":"'awar':9 'client':17,21 'connect':4 'connector':10 'http':16,20 'hyper':1,15,18 'read':5 'timeout':2,8,19 'use':12 'write':7","created_at":"2026-06-16T17:00:51.283769+00:00","updated_at":"2026-06-16T17:00:51.283769+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/hjr3/hyper-timeout","github":"https://github.com/hjr3/hyper-timeout","docs":"https://docs.rs/hyper-timeout/","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}}