Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.Http
HttpResponse
Interface HttpResponse
interface
HttpResponse
{
body
:
null
|
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
;
bodyUsed
:
boolean
;
enhanceJson
?:
(
data
:
IStorage
)
=>
IStorage
;
enhanceTypedJson
?:
(
data
:
IStorage
)
=>
IStorage
;
headers
:
Headers
;
json
:
<
T
=
IStorage
>
()
=>
Promise
<
T
>
;
ok
:
boolean
;
redirected
:
boolean
;
status
:
number
;
statusText
:
string
;
type
:
ResponseType
;
typedJson
:
<
T
=
IStorage
>
(
useTypedField
?:
boolean
)
=>
Promise
<
T
>
;
url
:
string
;
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
;
blob
()
:
Promise
<
Blob
>
;
bytes
()
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
;
clone
()
:
Response
;
formData
()
:
Promise
<
FormData
>
;
text
()
:
Promise
<
string
>
;
}
Hierarchy
Response
HttpResponse
Index
Properties
body
body
Used
enhance
Json?
enhance
Typed
Json?
headers
json
ok
redirected
status
status
Text
type
typed
Json
url
Methods
array
Buffer
blob
bytes
clone
form
Data
text
Properties
Readonly
body
body
:
null
|
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
MDN Reference
Readonly
body
Used
bodyUsed
:
boolean
MDN Reference
Optional
enhance
Json
enhanceJson
?:
(
data
:
IStorage
)
=>
IStorage
Optional
enhance
Typed
Json
enhanceTypedJson
?:
(
data
:
IStorage
)
=>
IStorage
Readonly
headers
headers
:
Headers
MDN Reference
json
json
:
<
T
=
IStorage
>
()
=>
Promise
<
T
>
MDN Reference
Readonly
ok
ok
:
boolean
MDN Reference
Readonly
redirected
redirected
:
boolean
MDN Reference
Readonly
status
status
:
number
MDN Reference
Readonly
status
Text
statusText
:
string
MDN Reference
Readonly
type
type
:
ResponseType
MDN Reference
typed
Json
typedJson
:
<
T
=
IStorage
>
(
useTypedField
?:
boolean
)
=>
Promise
<
T
>
Readonly
url
url
:
string
MDN Reference
Methods
array
Buffer
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
MDN Reference
Returns
Promise
<
ArrayBuffer
>
blob
blob
()
:
Promise
<
Blob
>
MDN Reference
Returns
Promise
<
Blob
>
bytes
bytes
()
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
MDN Reference
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
clone
clone
()
:
Response
MDN Reference
Returns
Response
form
Data
formData
()
:
Promise
<
FormData
>
MDN Reference
Returns
Promise
<
FormData
>
text
text
()
:
Promise
<
string
>
MDN Reference
Returns
Promise
<
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
body
Used
enhance
Json
enhance
Typed
Json
headers
json
ok
redirected
status
status
Text
type
typed
Json
url
Methods
array
Buffer
blob
bytes
clone
form
Data
text
TESSA Web API
Loading...
MDN Reference