TESSA Web API
Preparing search index...
Application.Http
IHttpExecutor
Interface IHttpExecutor
interface
IHttpExecutor
{
arrayBuffer
:
()
=>
Promise
<
ArrayBuffer
>
;
blob
:
()
=>
Promise
<
Blob
>
;
blobAndResponse
:
()
=>
Promise
<
[
Blob
,
HttpResponse
]
>
;
execute
:
()
=>
Promise
<
void
>
;
formData
:
()
=>
Promise
<
FormData
>
;
formDataAndResponse
:
()
=>
Promise
<
[
FormData
,
HttpResponse
]
>
;
getRequest
:
()
=>
Promise
<
Request
>
;
json
:
<
T
=
IStorage
>
()
=>
Promise
<
T
>
;
response
:
()
=>
Promise
<
HttpResponse
>
;
text
:
()
=>
Promise
<
string
>
;
typedJson
:
<
T
=
IStorage
>
(
useTypedField
?:
boolean
)
=>
Promise
<
T
>
;
typedJsonOrNull
:
<
T
=
IStorage
>
(
useTypedField
?:
boolean
,
)
=>
Promise
<
null
|
T
>
;
jsonOrNull
<
T
=
IStorage
>
()
:
Promise
<
null
|
T
>
;
}
Implemented by
HttpExecutor
Index
Properties
array
Buffer
blob
blob
And
Response
execute
form
Data
form
Data
And
Response
get
Request
json
response
text
typed
Json
typed
Json
Or
Null
Methods
json
Or
Null
Properties
array
Buffer
arrayBuffer
:
()
=>
Promise
<
ArrayBuffer
>
blob
blob
:
()
=>
Promise
<
Blob
>
blob
And
Response
blobAndResponse
:
()
=>
Promise
<
[
Blob
,
HttpResponse
]
>
execute
execute
:
()
=>
Promise
<
void
>
form
Data
formData
:
()
=>
Promise
<
FormData
>
form
Data
And
Response
formDataAndResponse
:
()
=>
Promise
<
[
FormData
,
HttpResponse
]
>
get
Request
getRequest
:
()
=>
Promise
<
Request
>
json
json
:
<
T
=
IStorage
>
()
=>
Promise
<
T
>
response
response
:
()
=>
Promise
<
HttpResponse
>
text
text
:
()
=>
Promise
<
string
>
typed
Json
typedJson
:
<
T
=
IStorage
>
(
useTypedField
?:
boolean
)
=>
Promise
<
T
>
typed
Json
Or
Null
typedJsonOrNull
:
<
T
=
IStorage
>
(
useTypedField
?:
boolean
)
=>
Promise
<
null
|
T
>
Methods
json
Or
Null
jsonOrNull
<
T
=
IStorage
>
()
:
Promise
<
null
|
T
>
Type Parameters
T
=
IStorage
Returns
Promise
<
null
|
T
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
array
Buffer
blob
blob
And
Response
execute
form
Data
form
Data
And
Response
get
Request
json
response
text
typed
Json
typed
Json
Or
Null
Methods
json
Or
Null
TESSA Web API
Loading...