Closed brianm closed 14 years ago
query param support on the request builder is presently on of the setQueryParam(String, String). It should include receiving a map (multimap, really), and should probably be renamed to addQueryParam once it uses a multimap internally,
This has also been fixed by Brian.
query param support on the request builder is presently on of the setQueryParam(String, String). It should include receiving a map (multimap, really), and should probably be renamed to addQueryParam once it uses a multimap internally,