Fix handling of URI query parameters
·
8 commits
to master
since this release
In this release, I added the ability to create URI objects with query parameters. These cannot be simply appended to the path component, because keys and values must be encoded, but the query lead character (?
), param delimiters (&
), and key/value delimiters (=
) must not.