fredsa / forplay

Automatically exported from code.google.com/p/forplay
Apache License 2.0
12 stars 4 forks source link

Net support should have easy way to build simple HTTP requests - such as GWT's RequestBuilder #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using forplay's Net support to build requests, I find that I can build 
JSON content to send upstream to my server, but if I want to build simple 
requests so that my server code merely has to do a:
request.getParameter(), I find that this is not easily done.

Instead I had to resort to using GWT's RequestBuilder 
(com.google.gwt.http.client.RequestBuilder) to 
do this.
What would be ideal is if forplay had the same request building functionality 
that GWT has.

What steps will reproduce the problem?
1. Try to build an HTTPRequest POST that is not in JSON..

Original issue reported on code.google.com by csch...@google.com on 28 May 2011 at 6:03

GoogleCodeExporter commented 9 years ago
Thanks for the report -- I think we both filed the same bug, so I'll just merge 
the two.

Original comment by jgw@google.com on 3 Jun 2011 at 1:59