Struct simple_hyper_client::HttpConnector
source · pub struct HttpConnector { /* private fields */ }
Expand description
A simple HTTP connector
NOTE: this provides less functionality than hyper’s HttpConnector
.
Implementations§
source§impl HttpConnector
impl HttpConnector
Trait Implementations§
source§impl Clone for HttpConnector
impl Clone for HttpConnector
source§fn clone(&self) -> HttpConnector
fn clone(&self) -> HttpConnector
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more