pub fn get_query_field<'a>(
    query_data: &'a str,
    field_name: &str
) -> Cow<'a, str>
Expand description

Returns the value of a field in the query data.

Returns an empty string if the field has no value.