httpx/httpx
2025-09-03 06:17:26 -05:00
..
_transports Display proxy protocol scheme on error (#3571) 2025-06-02 20:29:52 +01: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 fix typo (#3519) 2025-02-27 20:38:39 +04: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 Upgrade Python formatter ruff (#3651) 2025-09-03 06:17:26 -05:00
_main.py Graceful upgrade path for 0.28. (#3394) 2024-11-12 11:31:42 +00:00
_models.py fix typo (#3519) 2025-02-27 20:38:39 +04: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 Upgrade Python formatter ruff (#3651) 2025-09-03 06:17:26 -05: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