[][src]Function async_h1::server::decode

pub async fn decode<IO>(__arg0: IO) -> Result<Option<Request>> where
    IO: Read + Write + Clone + Send + Sync + Unpin + 'static, 

Decode an HTTP request on the server.