Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdpiper/gwt-http-example
Examples of using GWT RequestBuilder for HTTP GET and POST calls.
https://github.com/mdpiper/gwt-http-example
Last synced: 13 days ago
JSON representation
Examples of using GWT RequestBuilder for HTTP GET and POST calls.
- Host: GitHub
- URL: https://github.com/mdpiper/gwt-http-example
- Owner: mdpiper
- Created: 2014-02-10T03:36:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T00:20:12.000Z (almost 9 years ago)
- Last Synced: 2024-06-12T17:33:25.098Z (7 months ago)
- Language: Java
- Homepage:
- Size: 5.1 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GWT HTTP example
Examples of using GWT `RequestBuilder` to GET and POST JSONs describing
[WMT](https://github.com/csdms/wmt) models to _river_ using
@mcflugen's API.See the docs for the package
[com.google.gwt.http.client](http://www.gwtproject.org/javadoc/latest/com/google/gwt/http/client/package-summary.html")
for more information and basic examples.