Поделиться через


DefaultHttpClient class

Extends

FetchHttpClient

Методы

fetch(string, CommonRequestInit)
prepareRequest(WebResourceLike)
processRequest(HttpOperationResponse)

Наследуемые методы

sendRequest(WebResourceLike)

Сведения о методе

fetch(string, CommonRequestInit)

function fetch(input: string, init?: CommonRequestInit): Promise<CommonResponse>

Параметры

input

string

Возвращаемое значение

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

Возвращаемое значение

Наследуется от FetchHttpClient.sendRequest