Report whether a request includes a QUERY_STRING object with a specified
key, and optionally a specific value for that key.
.req_has_query_impl(request, key, values = NULL)A length-1 logical vector.
A shiny request object.
The key that must be present, as a length-1 character vector.
Details about what to look for in the key. NULL indicates
that the key must be present but its contents are unimportant for this
action. Otherwise the actual value of the query must be present in
values.