Functions
Adds a set of encoded path segments separated by a slash (either \ or /). If encodedPathSegments starts with a slash, the resulting URL will have empty path segment.
Adds a set of encoded path segments separated by a slash (either \ or /). If encodedPathSegments starts with a slash, the resulting URL will have empty path segment.
Adds the pre-encoded query parameter to this URL's query string.
Adds the pre-encoded query parameter to this URL's query string.
Adds a set of path segments separated by a slash (either \ or /). If pathSegments starts with a slash, the resulting URL will have empty path segment.
Adds a set of path segments separated by a slash (either \ or /). If pathSegments starts with a slash, the resulting URL will have empty path segment.
Encodes the query parameter using UTF-8 and adds it to this URL's query string.
Encodes the query parameter using UTF-8 and adds it to this URL's query string.