QueryParameters
Represents the parameters in a URL query string.
Types
Properties
Link copied to clipboard
Gets the query parameters as decoded keys/values
Link copied to clipboard
Gets the query parameters as encoded keys/values
Link copied to clipboard
A flag indicating whether to force inclusion of the ?
query separator even when there are no parameters (e.g., http://foo.com?
vs http://foo.com
).
Inherited properties
Functions
Link copied to clipboard
Copy the properties of this QueryParameters instance into a new Builder object. Any changes to the builder will not affect this instance.