HttpClient interface
Interfaccia che può inviare HttpRequests e ricevere httpResponses promesso.
- Extends
Metodi ereditati
send |
Dettagli dei metodi ereditati
sendRequest(WebResourceLike)
function sendRequest(httpRequest: WebResourceLike): Promise<HttpOperationResponse>
Parametri
- httpRequest
- WebResourceLike
Restituisce
Promise<HttpOperationResponse>
Ereditato daRequestPolicy.sendRequest