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
NodeFetchHttpClient
Class NodeFetchHttpClient
Package version
Hierarchy
FetchHttpClient
NodeFetchHttpClient
Implements
HttpClient
Index
Methods
fetch
prepare
Request
process
Request
send
Request
Methods
fetch
fetch
(
input
:
RequestInfo
, init
?:
RequestInit
)
:
Promise
<
Response
>
Parameters
input:
RequestInfo
Optional
init:
RequestInit
Returns
Promise
<
Response
>
prepare
Request
prepare
Request
(
httpRequest
:
WebResource
)
:
Promise
<
Partial
<
RequestInit
>
>
Parameters
httpRequest:
WebResource
Returns
Promise
<
Partial
<
RequestInit
>
>
process
Request
process
Request
(
operationResponse
:
HttpOperationResponse
)
:
Promise
<
void
>
Parameters
operationResponse:
HttpOperationResponse
Returns
Promise
<
void
>
send
Request
send
Request
(
httpRequest
:
WebResource
)
:
Promise
<
HttpOperationResponse
>
Parameters
httpRequest:
WebResource
Returns
Promise
<
HttpOperationResponse
>
Globals
Node
Fetch
Http
Client
fetch
prepare
Request
process
Request
send
Request
Generated using
TypeDoc