httpx/httpx
2020-09-24 11:39:02 +02:00
..
_transports Fix ASGITransport path escaping (#1307) 2020-09-23 09:37:19 +01:00
__init__.py Version 0.15.0 (#1301) 2020-09-22 11:44:28 +01:00
__version__.py Release 0.15.3 (#1318) 2020-09-24 11:39:02 +02:00
_api.py Seperate content=... and data=... parameters (#1266) 2020-09-15 13:36:10 +01:00
_auth.py Finesse URL properties (#1285) 2020-09-21 11:35:25 +01:00
_client.py Properly close stream on async response close (#1316) 2020-09-24 09:42:26 +02:00
_config.py Version 0.15.0 (#1301) 2020-09-22 11:44:28 +01:00
_content.py Support Response(text=...), Response(html=...), Response(json=...) (#1297) 2020-09-21 11:19:19 +01:00
_decoders.py Drop chardet (#1269) 2020-09-15 11:20:19 +01:00
_exceptions.py Drop ContentStream (#1295) 2020-09-18 08:41:09 +01:00
_models.py Version 0.15.0 (#1301) 2020-09-22 11:44:28 +01:00
_multipart.py Refactor content streams (#1296) 2020-09-18 10:50:15 +01:00
_status_codes.py Add "Early Hints" and "Too Early" to Status Codes (#1244) 2020-09-02 10:04:47 +01:00
_types.py Refactor content streams (#1296) 2020-09-18 10:50:15 +01:00
_utils.py NetRC lookups should use host, not host+port (#1298) 2020-09-18 11:50:13 +01:00
py.typed Enable mypy to discover type hints as specified in PEP 561 (#194) 2019-08-06 12:18:34 -05:00