Struct hyper_trust_dns::RustlsHttpsConnector [−][src]
pub struct RustlsHttpsConnector<T> { /* fields omitted */ }Expand description
A Connector for the https scheme.
Implementations
Construct a new HttpsConnector using the webpki_roots
Force the use of HTTPS when connecting.
If a URL is not https when connecting, an error is returned. Disabled by default.
Trait Implementations
The future response value.
Returns Poll::Ready(Ok(())) when the service is able to process requests. Read more
Auto Trait Implementations
impl<T> !RefUnwindSafe for HttpsConnector<T>
impl<T> Send for HttpsConnector<T> where
T: Send,
impl<T> Sync for HttpsConnector<T> where
T: Sync,
impl<T> Unpin for HttpsConnector<T> where
T: Unpin,
impl<T> !UnwindSafe for HttpsConnector<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more