AsyncHTTPPolicy Class

An http policy ABC.

Inheritance
AsyncHTTPPolicy
AsyncHTTPPolicy

Constructor

AsyncHTTPPolicy()

Methods

send

Mutate the request.

Context content is dependent of the HTTPSender.

send

Mutate the request.

Context content is dependent of the HTTPSender.

abstract async send(request: msrest.pipeline.Request, **kwargs: Any) -> msrest.pipeline.Response[HTTPRequestType, AsyncHTTPResponseType]

Parameters

request
Required