pub fn http_response( status: u16, status_text: &str, content_type: &str, body: &str, ) -> String
Simple HTTP response builder.