starlette/starlette
Tom Christie e69c26e5dd Version 0.12.0.b2 2019-04-02 11:01:09 +01:00
..
middleware Replace mutable "allowed_hosts" argument of TrustedHostMiddleware with None (#448) 2019-03-27 09:23:07 +00:00
__init__.py Version 0.12.0.b2 2019-04-02 11:01:09 +01:00
applications.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
authentication.py WebSocket support for auth (#347) 2019-01-25 14:00:35 +00:00
background.py Add BackgroundTasks for multiple jobs. Support GraphQL background tasks. (#273) 2018-12-14 14:56:31 +00:00
concurrency.py Add `async run_in_threadpool(func, *args, **kwargs)` (#192) 2018-11-07 13:38:29 +00:00
config.py config: cast=bool: handle "0" and "1" as False/True (#429) 2019-03-08 19:28:08 +00:00
convertors.py URL convertors (#221) 2018-11-16 13:50:55 +00:00
datastructures.py Fix for Mount('/', ...) (#439) 2019-03-18 08:55:20 +00:00
endpoints.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
exceptions.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
formparsers.py Add content_type attribute to UploadFile (#371) 2019-02-01 09:06:33 +00:00
graphql.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
requests.py Request state (#404) 2019-02-19 13:14:53 +00:00
responses.py 🐛 Adding a percent sign to redirect with quoted params (#449) 2019-03-26 14:19:32 +00:00
routing.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
schemas.py Improvements to schema generation (#336) 2019-02-19 12:49:30 +00:00
staticfiles.py Add `StaticFiles(html=True)` (#443) 2019-03-20 10:18:24 +00:00
status.py Revisit WebSocket status codes (#119) 2018-10-18 08:47:04 +01:00
templating.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
testclient.py Don't block the event loop in WebSocketTestSession (#459) 2019-04-02 10:52:08 +01:00
types.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
websockets.py Datastructure cleanups (#355) 2019-01-25 22:39:31 +00:00