GistLabs / mechanize

mechanize for java
http://gistlabs.com/software/mechanize-for-java/
Mozilla Public License 2.0
78 stars 21 forks source link

POST Request Payload (POST JSON Data) #69

Open hugomarisco opened 11 years ago

hugomarisco commented 11 years ago

Hello,

I've seen two other issues related to this subject but I didn't quite understand how to solve it.

I want to make a POST request with JSON data as request body.

Since RequestBuilder only have binary set methods (eg. set(, )), how can I accomplish this task?

Best regards and thanks in advance for any help!