Add methods to KiwiUrls to convert maps to URL-encoded query parameters #623
Labels
new feature
A new feature such as a new class, method, package, group of classes, etc.
Milestone
KiwiUrls#toQueryString
converts a map into a query string, but does not perform encoding on the parameters.Add new methods to
KiwiUrls
that convert a map into a query string and URL-encode the parameters.Example method signatures:
The text was updated successfully, but these errors were encountered: