com.asayama.gwt.angular.http.client.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-angular-http Show documentation
Show all versions of gwt-angular-http Show documentation
Provides GWT Angular module for GWT's HTTP module.
The newest version!
/**
* Provides interfaces and implementations for asynchronous HTTP client
* designed to be used within AngularJS framework.
*
* In order to use the components in this module, the user must add the
* following inherit statements in his or code.
*
* {@code
*
* }
*
* The implementation of HTTP client is asynchronous in a sense that it does
* not block the UI thread. The client is synchronous in its request/response
* handling.
*
*/
package com.asayama.gwt.angular.http.client;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy