Adds a fragment to the end of the uri
Adds a fragment to the end of the uri
String representing the fragment
A new Uri with this fragment
Adds a new Query String.
Adds a new Query String. The specified String is parsed as a Query String param.
A new Uri with the new Query String parameter
Adds a new Query String parameter key-value pair.
Adds a new Query String parameter key-value pair. If the value for the Query String parameter is None, then this
Query String parameter will be rendered without a value e.g. ?param
as opposed to ?param=value
Tuple2 representing the query string parameter
A new Uri with the new Query String parameter
Appends a path part to the path of this URI
Appends a path part to the path of this URI
The path part
A new Uri with this path part appended
Adds a trailing forward slash to the path and a new Query String parameter key-value pair.
Adds a trailing forward slash to the path and a new Query String parameter key-value pair.
If the value for the Query String parameter is None, then this Query String parameter will
be rendered without a value e.g. ?param
as opposed to ?param=value
Tuple2 representing the query string parameter
A new Uri with the new Query String parameter
Adds a new Query String.
Adds a new Query String. The specified String is parsed as a Query String param.
A new Uri with the new Query String parameter
Adds a new Query String parameter key-value pair.
Adds a new Query String parameter key-value pair. If the value for the Query String parameter is None, then this
Query String parameter will be rendered without a value e.g. ?param
as opposed to ?param=value
Tuple2 representing the query string parameter
A new Uri with the new Query String parameter
Adds all the specified key-value pairs as parameters to the query
Adds all the specified key-value pairs as parameters to the query
A list of key-value pairs to add as query parameters
A new Url with the new Query String parameters
Value class to add DSL functionality to Urls