AsyncRequestsHTTPSender Class

Inheritance
AsyncRequestsHTTPSender
AsyncRequestsHTTPSender

Constructor

AsyncRequestsHTTPSender(config: Optional[msrest.universal_http.requests.RequestHTTPSenderConfiguration] = None)

Parameters

config
default value: None

Methods

send

Send the request using this HTTP sender.

send

Send the request using this HTTP sender.

async send(request: msrest.universal_http.ClientRequest, **kwargs: Any) -> msrest.universal_http.async_abc.AsyncClientResponse

Parameters

request
Required