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