Skip to main content

send_response

Function send_response 

Source
pub async fn send_response<W: AsyncWriteExt + Unpin>(
    writer: &mut W,
    resp: &HostdResponse,
) -> Result<()>
Expand description

Serialize and send a response.