ning / async-http-client

Asynchronous Http Client for Java
135 stars 50 forks source link

Flesh out QueryParam support #2

Closed brianm closed 14 years ago

brianm commented 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,

jfarcand commented 14 years ago

This has also been fixed by Brian.