starlette/tests/middleware
Pierre Vanliefland 24ac0b44fe Session cookie expires (#326)
* Set Max-Age on session cookies

* Format max-age as int
2019-01-18 12:59:27 +00:00
..
test_base.py Add `@app.middleware(...)` decorator (#183) 2018-11-06 12:19:52 +00:00
test_cors.py Add GZip middleware (#111) 2018-10-15 12:08:10 +01:00
test_errors.py Rejig ExceptionMiddleware and ServerErrorMiddleware (#193) 2018-11-08 11:59:15 +00:00
test_gzip.py Add GZip middleware (#111) 2018-10-15 12:08:10 +01:00
test_https_redirect.py Add GZip middleware (#111) 2018-10-15 12:08:10 +01:00
test_lifespan.py Lifespan as middleware (#225) 2018-11-28 11:51:17 +00:00
test_session.py Session cookie expires (#326) 2019-01-18 12:59:27 +00:00
test_trusted_host.py Add www_redirect behavior to TrustedHostsMiddleware (#181) 2018-11-05 11:38:20 +00:00
test_wsgi.py remove unused imports (#228) 2018-11-21 19:12:44 +00:00