Crate hyper_boring

Source
Expand description

Hyper SSL support via OpenSSL.

Structs§

HttpsConnectorhyper1
A Connector using BoringSSL to support http and https schemes.
HttpsLayerhyper1
A layer which wraps services in an HttpsConnector.
HttpsLayerSettings
Settings for HttpsLayer
HttpsLayerSettingsBuilder
Builder for HttpsLayerSettings

Enums§

MaybeHttpsStream
A stream which may be wrapped with TLS.

Type Aliases§

TokioHttpConnectorhyper1
Specialized version of HttpConnector with responses wrapped with TokioIo::new in order to bring back compatibility with Tokio traits.