pub async fn write_response<W>( writer: &mut W, resp: &Response, ) -> Result<(), Error>where W: AsyncWrite + Unpin,
Write a Response frame to an async writer.
Response