Builder
A mutable builder used to construct Url instances
Properties
Get or set the fragment as a decoded string
Get or set the fragment as an encoded string
Gets the host and port for the URL. The port is omitted if it's the default for the scheme.
Gets the query parameters builder
Gets the URL path builder
Gets a request-relative path string for this URL which is suitable for use in an HTTP request line. The given path will include query parameters and the fragment and will be prepended with a /
(even for empty paths without a trailing slash configured). It will not include the protocol, host, port, or user info.
Get the user info builder
Functions
Returns a deep copy of this object.
Update the QueryParameters of this URL via a DSL builder block
Update the UrlPath of this URL via a DSL builder block
Set the user info in this URL via a DSL builder block