IHttpClient 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript