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