pub fn build_http_response( status: u16, status_text: &str, headers: &[(&str, &str)], body: &str, ) -> Vec<u8> ⓘ
Build an HTTP response from status, headers, and body.