val querySize: Int
The number of query parameters in this URL, like 2 for http://host/?a=apple&b=banana. If this URL has no query this is 0. Otherwise it is one more than the number of "&" separators in the query.
http://host/?a=apple&b=banana
"&"