pub fn handshake<T>(io: T) -> Handshake<T, Body> where T: AsyncRead + AsyncWrite + Send + 'static,
Returns a Handshake future over some IO.
Handshake
This is a shortcut for Builder::new().handshake(io).
Builder::new().handshake(io)