Skip to main content

write_response

Function write_response 

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

Write a Response frame to an async writer.