querySize

@get:JvmName(name = "querySize")
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.

URLquerySize()
http://host/0
http://host/?1
http://host/?a=apple&k=key+lime2
http://host/?a=apple&a=apricot2
http://host/?a=apple&b2