Function construct_http_resp

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