Skip to main content

write_response

Function write_response 

Source
pub async fn write_response<W: AsyncWrite + Unpin>(
    writer: &mut W,
    resp: &Response,
) -> Result<usize>
Expand description

Write one Response frame.