]> git.ipfire.org Git - thirdparty/httpx.git/commit
Allow default+override timeout style (#593)
authorTom Christie <tom@tomchristie.com>
Thu, 5 Dec 2019 09:38:48 +0000 (09:38 +0000)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2019 09:38:48 +0000 (09:38 +0000)
commit2f54b200deda274fe71ca678419142329111d6f7
treec5ef71ced6c144041ce69bea780ff56fcb269b2a
parent81edb1b45bc3dad3bc5aff7d0a057fb55d4ca30b
Allow default+override timeout style (#593)

* Allow styles like: httpx.Timeout(5.0, pool_timeout=None)

* Update timeout docs

* Minor tweaks to sub headings in timeout docs

* Fixing up Timeout docs

* RequestTimeout -> TimeoutException

* Tweak timeout docs
docs/advanced.md
docs/quickstart.md
httpx/__init__.py
httpx/client.py
httpx/config.py
httpx/exceptions.py
tests/test_config.py