Search
Preparing search index...
The search index is not available
Back To Index
|
@azure/app-configuration
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
Response
Class Response
Package version
Hierarchy
Body
Response
Index
Constructors
constructor
Properties
body
body
Used
headers
ok
redirected
size
status
status
Text
timeout
type
url
Methods
array
Buffer
blob
buffer
clone
json
text
text
Converted
error
redirect
Constructors
constructor
new
Response
(
body
?:
BodyInit
, init
?:
ResponseInit
)
:
Response
Parameters
Optional
body:
BodyInit
Optional
init:
ResponseInit
Returns
Response
Properties
body
body
:
ReadableStream
body
Used
body
Used
:
boolean
headers
headers
:
Headers
ok
ok
:
boolean
redirected
redirected
:
boolean
size
size
:
number
status
status
:
number
status
Text
status
Text
:
string
timeout
timeout
:
number
type
type
:
ResponseType
url
url
:
string
Methods
array
Buffer
array
Buffer
(
)
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
blob
blob
(
)
:
Promise
<
Buffer
>
Returns
Promise
<
Buffer
>
buffer
buffer
(
)
:
Promise
<
Buffer
>
Returns
Promise
<
Buffer
>
clone
clone
(
)
:
Response
Returns
Response
json
json
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
text
text
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
text
Converted
text
Converted
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Static
error
error
(
)
:
Response
Returns
Response
Static
redirect
redirect
(
url
:
string
, status
:
number
)
:
Response
Parameters
url:
string
status:
number
Returns
Response
Globals
Response
constructor
body
body
Used
headers
ok
redirected
size
status
status
Text
timeout
type
url
array
Buffer
blob
buffer
clone
json
text
text
Converted
error
redirect
Generated using
TypeDoc