Function write_response

Source
pub fn write_response<T: Write>(
    writer: &mut BufWriter<T>,
    response: &Response<'_>,
) -> Result<()>