HTTPSender Class

An http sender ABC.

Inheritance
HTTPSender

Constructor

HTTPSender()

Methods

send

Send the request using this HTTP sender.

send

Send the request using this HTTP sender.

abstract send(request: msrest.universal_http.ClientRequest, **config: Any) -> msrest.universal_http.ClientResponse

Parameters

request
Required