Skip to main content

construct_raw_http_resp

Function construct_raw_http_resp 

Source
pub fn construct_raw_http_resp(
    status: u16,
    content: &[u8],
    content_type: &str,
) -> Vec<u8>