Type to hold decoded URL query string parameters.
Encode a URL parameter, escaping all non-alpha-numeric characters except '-' and '_'.
Calculate the full URL given a base and a target relative URL.
Decodes a single URL parameter.
Decodes URL parameters from a query string. (Do not include the leading '?').
Encodes URL parameters into a query string (without a leading '?')).
Encode an URL part using a custom predicate.
Return a likely base file name given a URL, stripping the host/port/path and query string.
Encode an URL part using a custom predicate to decide which characters to encode.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
ae.net.ietf.url