A URI.
All components (scheme, host, query, ...) are stored unencoded, and
become encoded upon serialization (using toString).
querySegments
Either key-value pairs, single values, or plain
query segments. Key value pairs will be serialized as k=v, and blocks
of key-value pairs/single values will be combined using &. Note that no
& or other separators are added around plain query segments - if
required, they need to be added manually as part of the plain query
segment.
A URI. All components (scheme, host, query, ...) are stored unencoded, and become encoded upon serialization (using toString).
Either key-value pairs, single values, or plain query segments. Key value pairs will be serialized as
k=v, and blocks of key-value pairs/single values will be combined using&. Note that no&or other separators are added around plain query segments - if required, they need to be added manually as part of the plain query segment.