pub async fn write_request<W: AsyncWrite + Unpin>( writer: &mut W, req: &Request, ) -> Result<()>
Write a Request frame to an async writer.
Request