你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DefaultHttpClient class
- Extends
-
FetchHttpClient
方法
fetch(string, Common |
|
prepare |
|
process |
继承的方法
send |
方法详细信息
fetch(string, CommonRequestInit)
function fetch(input: string, init?: CommonRequestInit): Promise<CommonResponse>
参数
- input
-
string
- init
- CommonRequestInit
返回
Promise<CommonResponse>
prepareRequest(WebResourceLike)
function prepareRequest(httpRequest: WebResourceLike): Promise<Partial<RequestInit>>
参数
- httpRequest
- WebResourceLike
返回
Promise<Partial<RequestInit>>
processRequest(HttpOperationResponse)
function processRequest(operationResponse: HttpOperationResponse): Promise<void>
参数
- operationResponse
- HttpOperationResponse
返回
Promise<void>
继承的方法详细信息
sendRequest(WebResourceLike)
function sendRequest(httpRequest: WebResourceLike): Promise<HttpOperationResponse>
参数
- httpRequest
- WebResourceLike
返回
Promise<HttpOperationResponse>
继承自 FetchHttpClient.sendRequest