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
Request
Class Request
Package version
Hierarchy
Body
Request
Index
Constructors
constructor
Properties
agent
body
body
Used
compress
context
counter
follow
headers
hostname
method
port
protocol
redirect
referrer
size
timeout
url
Methods
array
Buffer
blob
buffer
clone
json
text
text
Converted
Constructors
constructor
new
Request
(
input
:
string
|
object
|
Request
, init
?:
RequestInit
)
:
Request
Parameters
input:
string
|
object
|
Request
Optional
init:
RequestInit
Returns
Request
Properties
Optional
agent
agent
:
Agent
|
function
body
body
:
ReadableStream
body
Used
body
Used
:
boolean
compress
compress
:
boolean
context
context
:
RequestContext
counter
counter
:
number
follow
follow
:
number
headers
headers
:
Headers
hostname
hostname
:
string
method
method
:
string
Optional
port
port
:
undefined
|
number
protocol
protocol
:
string
redirect
redirect
:
RequestRedirect
referrer
referrer
:
string
size
size
:
number
timeout
timeout
:
number
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
(
)
:
Request
Returns
Request
json
json
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
text
text
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
text
Converted
text
Converted
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Globals
Request
constructor
agent
body
body
Used
compress
context
counter
follow
headers
hostname
method
port
protocol
redirect
referrer
size
timeout
url
array
Buffer
blob
buffer
clone
json
text
text
Converted
Generated using
TypeDoc