]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop `raise_app_exceptions` Client argument. (#238)
authorTom Christie <tom@tomchristie.com>
Mon, 19 Aug 2019 15:09:11 +0000 (16:09 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2019 15:09:11 +0000 (16:09 +0100)
commitef9fc0f3a70b35aa98fdc3756ecc87af94f884bc
treea8d6b2e556f825e16c502c9e4792078a234415e7
parenta960a2a8fd273960993551f88617f22bfeb85035
Drop `raise_app_exceptions` Client argument. (#238)

* Drop `raise_app_exceptions` keyword argument
* Improve docstrings for WSGIDispatch and ASGIDispatch
* Add docs for fine grained WSGI/ASGI control
docs/advanced.md
httpx/client.py
httpx/dispatch/asgi.py
httpx/dispatch/wsgi.py