Registry / networking / hyper-util

hyper-util

JSON →
library0.1.20rscratesunverified

Utilities for the Hyper HTTP library, providing common helpers and adapters.

# Cargo.toml [dependencies] hyper-util = "0.1.20"
INSTALL
IMPORT
SIG · HYPER-UTIL
H
hyper-util
networkingrustv0.1.20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use hyper_util::client::legacy::Client;

Create a legacy HTTP client with Tokio executor.

use hyper_util::client::legacy::Client; use hyper_util::rt::TokioExecutor; let client = Client::builder(TokioExecutor::new()).build_http();
Debug
Known issues
gotchaRequires a Tokio runtime for async execution.
fix
Ensure you have a Tokio runtime (e.g., #[tokio::main]) when using the client.
affects: >=0.1.0
Upgrade
Version history
0.1.20latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
hyper-util — cargo add hyper-util · libregistry