-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
It'd be very handy if you could write something like:
httpRequest 'url' parameters: [['foo', 'bar'], ['baz', true]]
and, it would properly encode it as
url?foo=bar&baz
I would like to be able to pass in parameters dynamically, and more importantly, ensure that they are properly escaped.