Package | Description |
---|---|
net.java.html.lib.angular.ng |
Modifier and Type | Class and Description |
---|---|
class |
IRequestConfig |
Modifier and Type | Method and Description |
---|---|
static IRequestShortcutConfig |
IRequestShortcutConfig.$as(Object obj) |
Modifier and Type | Method and Description |
---|---|
<T> IHttpPromise<T> |
IHttpService.delete(String url,
IRequestShortcutConfig config)
Shortcut method to perform DELETE request.
|
<T> IHttpPromise<T> |
IHttpService.get(String url,
IRequestShortcutConfig config)
Shortcut method to perform GET request.
|
<T> IHttpPromise<T> |
IHttpService.head(String url,
IRequestShortcutConfig config)
Shortcut method to perform HEAD request.
|
<T> IHttpPromise<T> |
IHttpService.jsonp(String url,
IRequestShortcutConfig config)
Shortcut method to perform JSONP request.
|
<T> IHttpPromise<T> |
IHttpService.patch(String url,
Object data,
IRequestShortcutConfig config)
Shortcut method to perform PATCH request.
|
<T> IHttpPromise<T> |
IHttpService.post(String url,
Object data,
IRequestShortcutConfig config)
Shortcut method to perform POST request.
|
<T> IHttpPromise<T> |
IHttpService.put(String url,
Object data,
IRequestShortcutConfig config)
Shortcut method to perform PUT request.
|
Copyright © 2018. All rights reserved.