class documentation

class HTTPClientProto(Protocol): (source)

View In Hierarchy

A type checking protocol for the HTTP client argument for AsyncClient

Async Method request Undocumented
async def request(self): (source)

Undocumented

Returns
ResponseTypeUndocumented