Function hyper::client::conn::handshake
[−]
[src]
pub fn handshake<T>(io: T) -> Handshake<T, Body> where
T: AsyncRead + AsyncWrite,
Returns a Handshake
future over some IO.
This is a shortcut for Builder::new().handshake(io)
.