class documentation

class AsyncHTTPTransport(AsyncBaseTransport):

View In Hierarchy

Undocumented

Async Method __aenter__ Undocumented
Async Method __aexit__ Undocumented
Method __init__ Undocumented
Async Method aclose Undocumented
Async Method handle​_async​_request Undocumented
Instance Variable ​_pool Undocumented
async def __aenter__(self):

Undocumented

Returns
AUndocumented
async def __aexit__(self, exc_type=None, exc_value=None, traceback=None):

Undocumented

Parameters
exc​_type:typing.Type[BaseException]Undocumented
exc​_value:BaseExceptionUndocumented
traceback:TracebackTypeUndocumented
def __init__(self, verify=True, cert=None, http1=True, http2=False, limits=DEFAULT_LIMITS, trust_env=True, proxy=None, uds=None, local_address=None, retries=0):

Undocumented

Parameters
verify:VerifyTypesUndocumented
cert:CertTypesUndocumented
http1:boolUndocumented
http2:boolUndocumented
limits:LimitsUndocumented
trust​_env:boolUndocumented
proxy:ProxyUndocumented
uds:strUndocumented
local​_address:strUndocumented
retries:intUndocumented
async def aclose(self):

Undocumented

async def handle_async_request(self, request):

Undocumented

Parameters
request:RequestUndocumented
Returns
ResponseUndocumented
_pool =

Undocumented