IHttpClient interface

An interface that can send HttpRequests and receive promised HttpResponses.

Extends

Inherited Methods

sendRequest(WebResourceLike)

Inherited Method Details

sendRequest(WebResourceLike)

function sendRequest(httpRequest: WebResourceLike): Promise<HttpOperationResponse>

Parameters

httpRequest
WebResourceLike

Returns

Inherited From RequestPolicy.sendRequest