val queryParameterNames: Set<String>
The distinct query parameter names in this URL, like ["a", "b"] for http://host/?a=apple&b=banana. If this URL has no query this is the empty set.
["a", "b"]
http://host/?a=apple&b=banana