AsyncHTTPSender Class

An http sender ABC.

Inheritance
AsyncHTTPSender
AsyncHTTPSender

Constructor

AsyncHTTPSender()

Methods

build_context

Allow the sender to build a context that will be passed across the pipeline with the request.

Return type has no constraints. Implementation is not required and None by default.

send

Send the request using this HTTP sender.

build_context

Allow the sender to build a context that will be passed across the pipeline with the request.

Return type has no constraints. Implementation is not required and None by default.

build_context() -> Any

send

Send the request using this HTTP sender.

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

Parameters

request
Required