Skip to content

Fix handling of URI query parameters

Latest
Compare
Choose a tag to compare
@sbabcoc sbabcoc released this 29 Sep 08:42
· 1 commit 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.