ning/async-http-client

Add explicit support for adding form parameters

Closed this issue · 2 comments

It would be nice to have addFormParameter() call (or similar) in RequestBuilder. It should handle encoding (similar to how other add methods work), and can override / be overridden if there are conflicting setBody() calls.
While it is possible to construct these manually, it would be convenient to add basic support

Why addParameter in ReqeustBuilder is not enough?
What would be the difference between addParameter and addFormParameter?

D'oh! I completely missed this one (was looking for something that mentioned form parameters). So it is already there, and only things that are missing are javadocs...
Will close.