Struct solicit::http::client::ClientStream   
                   
                       [−]
                   
               [src]
pub struct ClientStream<TS: TransportStream>(pub TS, pub HttpScheme, pub String);
A convenience wrapper type that represents an established client network transport stream. It wraps the stream itself, the scheme of the protocol to be used, and the remote host name.