HttpClient interface
An interface that can send HttpRequests and receive promised HttpResponses.
- Extends
Inherited Methods
send |
Inherited Method Details
sendRequest(WebResourceLike)
function sendRequest(httpRequest: WebResourceLike): Promise<HttpOperationResponse>
Parameters
- httpRequest
- WebResourceLike
Returns
Promise<HttpOperationResponse>
Inherited From RequestPolicy.sendRequest