pub async fn read_request<R: AsyncRead + Unpin>( reader: &mut R, ) -> Result<(Request, usize)>
Read one Request with the default cap.
Request