Options used for Querystring.parse
method.
See also:
Fields
Specifies the maximum number of keys to parse. Specify 0
to remove key counting limitations. Default: 1000
.
The function to use when decoding percent-encoded characters in the query string. Default: querystring.unescape()
.