Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Add ability to get existing query params (#9)
- You can now get query params already set on the builder without converting to a query string using `getQueryParameters()`. This returns an ordered map contains a list of all values for each query parameter name. - Also add `toURI()` and `toURL()` convenience methods. This also fixes an issue in how query parameters are parsed, where "value-less" parameters are being discarded. (e.g. /foo/bar?valueless).
- Loading branch information