public class IRequestConfig extends IRequestShortcutConfig
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
method
HTTP method (e.g.
|
Objs.Property<String> |
url
Absolute or relative URL of the resource that is being requested.
|
data, params, responseType, timeout
cache, headers, paramSerializer, transformRequest, transformResponse, withCredentials, xsrfCookieName, xsrfHeaderName
Modifier | Constructor and Description |
---|---|
protected |
IRequestConfig(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static IRequestConfig |
$as(Object obj) |
String |
method() |
String |
url() |
responseType
headers, withCredentials, xsrfCookieName, xsrfHeaderName
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<String> method
public Objs.Property<String> url
protected IRequestConfig(Objs.Constructor<?> c, Object js)
public static IRequestConfig $as(Object obj)
public String method()
public String url()
Copyright © 2018. All rights reserved.