Skip to main content

write_response

Function write_response 

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

Write a Response frame to an async writer.