httpx/httpx
2024-12-06 15:35:41 +00:00
..
_transports Version 0.28.0. (#3419) 2024-11-28 14:50:04 +00:00
__init__.py Graceful upgrade path for 0.28. (#3394) 2024-11-12 11:31:42 +00:00
__version__.py Version 0.28.1 (#3445) 2024-12-06 15:35:41 +00:00
_api.py Version 0.28.0. (#3419) 2024-11-28 14:50:04 +00:00
_auth.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_client.py Updating deprecated docstring Client() class (#3426) 2024-11-29 11:15:56 +00:00
_config.py Fix verify=False, cert=... case. (#3442) 2024-12-04 11:29:09 +00:00
_content.py Ensure JSON representation is compact. #3363 (#3367) 2024-10-28 14:40:22 +00:00
_decoders.py Handle empty zstd responses (#3412) 2024-11-22 11:42:51 +00:00
_exceptions.py format (#3131) 2024-03-01 19:49:23 +00:00
_main.py Graceful upgrade path for 0.28. (#3394) 2024-11-12 11:31:42 +00:00
_models.py Fix extensions type annotation. (#3380) 2024-11-28 13:31:17 +00:00
_multipart.py Move utility functions from _utils.py to _multipart.py (#3388) 2024-11-01 12:54:13 +00:00
_status_codes.py Define and expose the API from the same place (#3106) 2024-02-23 12:30:05 +00:00
_types.py Version 0.28.0. (#3419) 2024-11-28 14:50:04 +00:00
_urlparse.py Review urlescape percent-safe set, and use + behavior for form spaces. (#3373) 2024-10-28 16:19:59 +00:00
_urls.py Graceful upgrade path for 0.28. (#3394) 2024-11-12 11:31:42 +00:00
_utils.py Move utility functions from _utils.py to _client.py (#3389) 2024-11-15 11:42:52 +00:00
py.typed Enable mypy to discover type hints as specified in PEP 561 (#194) 2019-08-06 12:18:34 -05:00