Skip to main content

write_http_resp

Function write_http_resp 

Source
pub async fn write_http_resp<T>(
    stream: &mut T,
    status: u16,
    content: &str,
    content_type: &str,
) -> Result<()>