httpx/httpx
2023-10-10 13:43:40 +01:00
..
_transports Make async dependencies optional. 2023-09-20 09:46:39 +01:00
__init__.py Add NetRCAuth() class. (#2535) 2023-01-12 11:27:46 +00:00
__version__.py Version 0.25.0 (#2801) 2023-09-11 11:13:24 +01:00
_api.py Switch to explicit typing.Optional throughout (#2096) 2022-05-20 11:12:25 +01:00
_auth.py Add cookies to the retried request when performing digest authentication. (#2846) 2023-09-15 10:52:11 +01:00
_client.py set logging request lines to INFO level for async method also (#2656) 2023-04-12 15:53:11 +01:00
_compat.py Add support for Python 3.12 (#2854) 2023-09-21 15:35:56 +01:00
_config.py Add support for Python 3.12 (#2854) 2023-09-21 15:35:56 +01:00
_content.py Bump mypy from 0.982 to 1.0.1 (#2611) 2023-03-01 11:53:54 -06:00
_decoders.py Change LineDecoder to match stdlib splitlines, resulting in significant speed up (#2423) 2023-03-16 14:29:15 +00:00
_exceptions.py use # pragma: no cover instead of # pragma: nocover (#2471) 2022-11-29 10:23:18 -06:00
_main.py Typing: enable warn_return_any (#2477) 2022-11-30 13:08:02 +00:00
_models.py Raise ValueError on Response.encoding being set after Response.text has been accessed (#2852) 2023-09-19 08:54:32 +01:00
_multipart.py More robust check for upload files in binary mode (#2630) 2023-04-20 12:52:44 +01:00
_status_codes.py Remove and dissallow unused type ignores (#2470) 2022-11-29 16:55:45 +00:00
_types.py Change extensions type (#2803) 2023-09-11 09:29:22 +03:00
_urlparse.py Fix encode host (#2886) 2023-10-10 12:03:47 +01:00
_urls.py Use ruff instead of flake8, autoflake and isort (#2648) 2023-04-05 12:37:10 +02:00
_utils.py Make async dependencies optional. 2023-09-20 09:46:39 +01:00
py.typed Enable mypy to discover type hints as specified in PEP 561 (#194) 2019-08-06 12:18:34 -05:00