pub async fn read_request<R: AsyncRead + Unpin>( reader: &mut R, ) -> Result<Request>
Read one Request frame from an async reader.
Request