starlette/tests/middleware
Aviram Hassan 400e240f84
Make error handler run always (#761)
* Error handler call always

* Add tests

* Add docs

* Only run response callable if response didn't start

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2022-02-01 15:08:24 +01:00
..
__init__.py
test_base.py Prevent BaseHTTPMiddleware from hiding errors of StreamingResponse (#1459) 2022-01-31 11:12:15 +01:00
test_cors.py Add Mypy checks to tests (#1353) 2022-01-11 09:28:39 +01:00
test_errors.py Make error handler run always (#761) 2022-02-01 15:08:24 +01:00
test_gzip.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_https_redirect.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_session.py Allow Session scoped cookies. (#1387) 2022-01-12 10:57:47 +01:00
test_trusted_host.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_wsgi.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00