Registry / networking / hyper-tls

hyper-tls

JSON →
library0.6.0rscratesunverified

Default TLS implementation for use with hyper.

# Cargo.toml [dependencies] hyper-tls = "0.6.0"
INSTALL
IMPORT
SIG · HYPER-TLS
H
hyper-tls
networkingrustv0.6.0
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.

HttpsConnector
use hyper_tls::HttpsConnector;

Create an HTTPS-enabled hyper client

use hyper_tls::HttpsConnector; use hyper::Client; let https = HttpsConnector::new(); let client = Client::builder().build::<_, hyper::Body>(https);
Debug
Known issues
gotchaRequires tokio runtime
fix
Ensure you are using a tokio runtime (e.g., #[tokio::main])
affects: >=0.5.0
Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
hyper-tls — cargo add hyper-tls · libregistry