Struct rocket::http::hyper::net::HttpConnector [−][src]
pub struct HttpConnector;
Expand description
A connector that will produce HttpStreams.
Trait Implementations
Returns the “default value” for a type. Read more
type Stream = HttpStream
type Stream = HttpStream
Type of Stream
to create
Auto Trait Implementations
impl RefUnwindSafe for HttpConnector
impl Send for HttpConnector
impl Sync for HttpConnector
impl Unpin for HttpConnector
impl UnwindSafe for HttpConnector
Blanket Implementations
Mutably borrows from an owned value. Read more