Preparing search index...
The search index is not available
Aworker
Aworker
aworker
Dapr
ServiceRequest
Interface ServiceRequest
Hierarchy
Body
ServiceRequest
Index
Constructors
constructor
Properties
app
body
body
Used
method
Methods
array
Buffer
blob
form
Data
json
text
Constructors
constructor
new
Service
Request
(
init
?:
ServiceRequestInit
)
:
ServiceRequest
Parameters
Optional
init:
ServiceRequestInit
Returns
ServiceRequest
Properties
Readonly
app
app
:
string
Readonly
body
body
:
ReadableStream
<
Uint8Array
>
Readonly
body
Used
body
Used
:
boolean
Readonly
method
method
:
string
Methods
array
Buffer
array
Buffer
(
)
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
blob
blob
(
)
:
Promise
<
Blob
>
Returns
Promise
<
Blob
>
form
Data
form
Data
(
)
:
Promise
<
FormData
>
Returns
Promise
<
FormData
>
json
json
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
text
text
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
Aworker
aworker
Dapr
crypto
js
zlib
Service
Request
constructor
app
body
body
Used
method
array
Buffer
blob
form
Data
json
text
Generated using
TypeDoc