pub fn build_response<S: ToString + Display, B: ToString + Display>( status: i32, status_text: S, headers: HashMap<&str, &str>, body: B, ) -> String