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.

Auto Trait Implementations

impl<TS> Send for ClientStream<TS> where
    TS: Send

impl<TS> Sync for ClientStream<TS> where
    TS: Sync