Package | Description |
---|---|
org.cesiumjs.cs.core | |
org.cesiumjs.cs.core.options |
Modifier and Type | Method and Description |
---|---|
static Promise<JsObject,Void> |
Resource.delete(ResourceHttpOptions options)
Creates a Resource from a URL and calls delete() on it.
|
static Promise<JsObject,Void> |
Resource.fetch(ResourceHttpOptions options)
Creates a Resource from a URL and calls fetch() on it.
|
Promise<JsObject,Void> |
Resource.head(ResourceHttpOptions options)
Asynchronously gets headers the given resource.
|
Promise<JsObject,Void> |
Resource.options(ResourceHttpOptions options)
Asynchronously gets options the given resource.
|
Promise<JsObject,Void> |
Resource.post(JsObject data,
ResourceHttpOptions options)
Asynchronously posts data the given resource.
|
static Promise<JsObject,Void> |
Resource.post(ResourceHttpOptions options)
Creates a Resource from a URL and calls fetch() on it.
|
Modifier and Type | Method and Description |
---|---|
static ResourceHttpOptions |
ResourceHttpOptions.create(String responseType)
Create instance of
ResourceHttpOptions object. |
static ResourceHttpOptions |
ResourceHttpOptions.create(String responseType,
JsObject headers)
Create instance of
ResourceHttpOptions object. |
static ResourceHttpOptions |
ResourceHttpOptions.create(String responseType,
JsObject headers,
String overrideMimeType)
Create instance of
ResourceHttpOptions object. |
Copyright © 2019. All rights reserved.