Registry / networking / hyper-native-tls

hyper-native-tls

JSON →
library0.3.0rscratesunverified

native-tls support for Hyper HTTP client and server.

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

NativeTlsConnector
✓ use hyper_native_tls::NativeTlsConnector;

Creates a NativeTlsConnector for HTTPS connections.

use hyper_native_tls::NativeTlsConnector; fn main() { let _connector = NativeTlsConnector::new().unwrap(); println!("NativeTlsConnector created"); }
Debug
Known issues
gotchaRequires native-tls feature flags and system dependencies (e.g., OpenSSL on Linux).
fix
Enable the 'native-tls' feature for hyper and ensure OpenSSL is installed.
affects: >=0.3.0
Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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