Skip to main content

write_response

Function write_response 

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

Write and serialize a response