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