httpx/httpx
Tom Christie 61188feeae
Version 0.21 (#1935)
* Integrate with httpcore 0.14

* Fix pool timeout test

* Add request extensions to API

* Add certificate and connection info to client, using 'trace' extension

* Fix test_pool_timeout flakiness
2021-11-15 14:30:54 +00:00
..
_transports Version 0.21 (#1935) 2021-11-15 14:30:54 +00:00
__init__.py Add cli support (#1855) 2021-09-14 09:44:43 +01:00
__version__.py Version 0.21 (#1935) 2021-11-15 14:30:54 +00:00
_api.py Switch follow redirects default (#1808) 2021-09-13 13:21:22 +01:00
_auth.py Small namedtuple refactor (#1329) 2020-09-27 22:15:04 +02:00
_client.py Version 0.21 (#1935) 2021-11-15 14:30:54 +00:00
_compat.py Fix conditional imports for pyright (#1839) 2021-09-03 14:51:42 +01:00
_config.py Drop mode argument, 'httpx.Proxy(..., mode=...)' (#1795) 2021-08-13 11:34:56 +01:00
_content.py Transport API as plain request -> response method. (#1840) 2021-09-13 13:34:46 +01:00
_decoders.py Use either brotli or brotlicffi. (#1618) 2021-08-13 11:52:45 +01:00
_exceptions.py Fix typo in RemoteProtocolError description (#1817) 2021-08-26 09:26:06 +08:00
_main.py Version 0.21 (#1935) 2021-11-15 14:30:54 +00:00
_models.py Don't pickle request/response extensions (#1892) 2021-10-13 13:45:29 +01:00
_multipart.py Transport API as plain request -> response method. (#1840) 2021-09-13 13:34:46 +01:00
_status_codes.py is_informational / is_success / is_redirect / is_client_error / is_server_error (#1854) 2021-09-13 13:52:58 +01:00
_types.py doc: Update comments about file types in _types.py (#1898) 2021-10-18 11:19:42 +01:00
_utils.py Bump flake8-pie from 0.5.0 to 0.15.0 (#1879) 2021-10-15 12:03:53 +02:00
py.typed Enable mypy to discover type hints as specified in PEP 561 (#194) 2019-08-06 12:18:34 -05:00