DefaultHttpClient class

Extends

FetchHttpClient

継承されたメソッド

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 から継承