Preparing search index...
The search index is not available
Comunica
Comunica
@comunica/bus-http
IActorHttpOutput
Interface IActorHttpOutput
The HTTP output, which contains the HTTP response.
interface
IActorHttpOutput
{
body
:
null
|
ReadableStream
<
Uint8Array
>
;
bodyUsed
:
boolean
;
headers
:
Headers
;
ok
:
boolean
;
redirected
:
boolean
;
status
:
number
;
statusText
:
string
;
type
:
ResponseType
;
url
:
string
;
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
;
blob
()
:
Promise
<
Blob
>
;
clone
()
:
Response
;
formData
()
:
Promise
<
FormData
>
;
json
()
:
Promise
<
any
>
;
text
()
:
Promise
<
string
>
;
}
Hierarchy (
View Summary
)
IActorOutput
Response
IActorHttpOutput
Index
Properties
body
body
Used
headers
ok
redirected
status
status
Text
type
url
Methods
array
Buffer
blob
clone
form
Data
json
text
Properties
Readonly
body
body
:
null
|
ReadableStream
<
Uint8Array
>
MDN Reference
Readonly
body
Used
bodyUsed
:
boolean
MDN Reference
Readonly
headers
headers
:
Headers
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
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
>
clone
clone
()
:
Response
MDN Reference
Returns
Response
form
Data
formData
()
:
Promise
<
FormData
>
MDN Reference
Returns
Promise
<
FormData
>
json
json
()
:
Promise
<
any
>
MDN Reference
Returns
Promise
<
any
>
text
text
()
:
Promise
<
string
>
MDN Reference
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
body
Used
headers
ok
redirected
status
status
Text
type
url
Methods
array
Buffer
blob
clone
form
Data
json
text
Comunica
Loading...
The HTTP output, which contains the HTTP response.