Function httpbis::solicit_async::server_handshake[][src]

pub fn server_handshake<I>(conn: I, settings: SettingsFrame) -> HttpFuture<I> where
    I: AsyncRead + AsyncWrite + Send + 'static,