All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.asayama.gwt.angular.http.client.package-info Maven / Gradle / Ivy

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