module documentation

Undocumented

Class ​Base​Client No class docstring; 6/9 properties, 0/12 instance variable, 10/22 methods documented
Class ​Bound​Async​Stream An async byte stream that is bound to a given response instance, and that ensures the response.elapsed is set once the response is closed.
Class ​Bound​Sync​Stream A byte stream that is bound to a given response instance, and that ensures the response.elapsed is set once the response is closed.
Class ​Client​State Undocumented
Class ​Use​Client​Default For some parameters such as auth=... and timeout=... we need to be able to indicate the default "unset" state, in a way that is distinctly different to using None.
Constant ACCEPT​_ENCODING Undocumented
Constant T Undocumented
Constant U Undocumented
Constant USER​_AGENT Undocumented
Variable logger Undocumented
ACCEPT_ENCODING =

Undocumented

Value
""", """.join([key for key in SUPPORTED_DECODERS.keys() if key != 'identity'])
T =

Undocumented

Value
typing.TypeVar('T',
               bound='Client')
U =

Undocumented

Value
typing.TypeVar('U',
               bound='AsyncClient')
USER_AGENT =

Undocumented

Value
f"""python-httpx/{__version__}"""
logger =

Undocumented