Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
HttpClient interface
- Package:
- @azure/core-rest-pipeline
The required interface for a client that makes HTTP requests on behalf of a pipeline.
Properties
| sendRequest | The method that makes the request and returns a response. |
Property Details
sendRequest
The method that makes the request and returns a response.
sendRequest: SendRequest
