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