Checks if a query parameter exists.
bool hasQuery(String key) { return _raw.uri.queryParameters.containsKey(key); }