httpx/tests
Tom Christie bb8697011d
Support WSGI and ASGI apps. (#94)
* Add 'Client(app=...)' support

* Add ASGI support with Client(app=app)

* Improve exc cases when using client with ASGI

* Tighten up exception handling when using as a test client

* Fix up stream I/O for WSGI/ASGI apps

* Docs for WSGI/ASGI integration
2019-06-18 15:53:33 +01:00
..
client Int status codes (#92) 2019-06-17 16:53:39 +01:00
dispatch http3 (#86) 2019-06-12 15:02:16 +01:00
models Int status codes (#92) 2019-06-17 16:53:39 +01:00
conftest.py Drop unused interface on ConnectionStore (#70) 2019-05-16 10:56:05 +01:00
test_api.py http3 (#86) 2019-06-12 15:02:16 +01:00
test_asgi.py Support WSGI and ASGI apps. (#94) 2019-06-18 15:53:33 +01:00
test_config.py http3 (#86) 2019-06-12 15:02:16 +01:00
test_decoders.py http3 (#86) 2019-06-12 15:02:16 +01:00
test_multipart.py Multipart support (#90) 2019-06-17 14:38:24 +01:00
test_status_codes.py Int status codes (#92) 2019-06-17 16:53:39 +01:00
test_timeouts.py http3 (#86) 2019-06-12 15:02:16 +01:00
test_wsgi.py Support WSGI and ASGI apps. (#94) 2019-06-18 15:53:33 +01:00