AioHTTPSender Class

AioHttp HTTP sender implementation.

Inheritance
AioHTTPSender

Constructor

AioHTTPSender(*, loop=None)

Methods

send

Send the request using this HTTP sender.

Will pre-load the body into memory to be available with a sync method. pass stream=True to avoid this behavior.

send

Send the request using this HTTP sender.

Will pre-load the body into memory to be available with a sync method. pass stream=True to avoid this behavior.

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

Parameters

request
Required