Registry / networking / hyper-openssl

hyper-openssl

JSON →
library0.10.2rscratesunverified

Provides TLS support for the Hyper HTTP library using OpenSSL.

# Cargo.toml [dependencies] hyper-openssl = "0.10.2"
INSTALL
IMPORT
SIG · HYPER-OPENSSL
H
hyper-openssl
networkingrustv0.10.2
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_openssl::HttpsConnector;

Creates an HTTPS-enabled Hyper client using OpenSSL.

use hyper_openssl::HttpsConnector; use hyper::Client; let https = HttpsConnector::new().unwrap(); let client = Client::builder().build(https); // Use client to make HTTPS requests.
Debug
Known issues
gotchaRequires OpenSSL development libraries to be installed on the system.
fix
Install OpenSSL (e.g., libssl-dev on Ubuntu) or use a vendored feature.
affects: >=0.10.0
Upgrade
Version history
0.10.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
hyper-openssl — cargo add hyper-openssl · libregistry