pub fn get_query_param(input: &str, key: &str) -> Option<String>
Returns the first value for the requested key.