httpx/httpx
Kar Petrosyan 1a660147ed
Add missing argument (#3023)
* Add missing argument

* chaneglog

* changelog
2023-12-28 16:50:43 +04:00
..
_transports Ensure that ASGI 'raw_path' does not include query component of URL. (#2999) 2023-12-11 15:45:20 +00:00
__init__.py Add NetRCAuth() class. (#2535) 2023-01-12 11:27:46 +00:00
__version__.py Version 0.26.0 (#3009) 2023-12-20 14:52:22 +04:00
_api.py Add the 'proxy' parameter and deprecate 'proxies'. (#2879) 2023-12-11 17:55:52 +04:00
_auth.py add missing type hints to __init__(...) (#2938) 2023-11-17 17:58:51 +04:00
_client.py Add missing argument (#3023) 2023-12-28 16:50:43 +04:00
_compat.py Add support for Python 3.12 (#2854) 2023-09-21 15:35:56 +01:00
_config.py add missing type hints to __init__(...) (#2938) 2023-11-17 17:58:51 +04:00
_content.py Enabling ruff C416 (#3001) 2023-12-13 11:30:39 +00:00
_decoders.py Fixed iter_text adding an empty string (#2998) 2023-12-11 22:34:25 +00:00
_exceptions.py Ruff linter: Use the default line-length (#2922) 2023-11-29 13:28:31 +04:00
_main.py Add the 'proxy' parameter and deprecate 'proxies'. (#2879) 2023-12-11 17:55:52 +04:00
_models.py Fixed iter_text adding an empty string (#2998) 2023-12-11 22:34:25 +00:00
_multipart.py Ruff linter: Use the default line-length (#2922) 2023-11-29 13:28:31 +04:00
_status_codes.py Remove and dissallow unused type ignores (#2470) 2022-11-29 16:55:45 +00:00
_types.py Add the 'proxy' parameter and deprecate 'proxies'. (#2879) 2023-12-11 17:55:52 +04:00
_urlparse.py Cleanup URL percent-encoding behavior. (#2990) 2023-12-15 11:35:16 +00:00
_urls.py Ruff linter: Use the default line-length (#2922) 2023-11-29 13:28:31 +04:00
_utils.py Remove unused curio check (#3010) 2023-12-19 08:53:30 +04:00
py.typed Enable mypy to discover type hints as specified in PEP 561 (#194) 2019-08-06 12:18:34 -05:00