Skip to main content

construct_http_resp

Function construct_http_resp 

Source
pub fn construct_http_resp(
    status: u16,
    content: &str,
    content_type: &str,
) -> String