starlette/starlette
Tom Christie 8da0f00fe7
Routing interface (#144)
* Path -> Route, PathPrefix -> Mount

* Route, WebSocketRoute, Mount

* Use Route(endpoint=...), not Route(app=...)

* Bare minimum docs update

* Add url_for

* request.path_params and session.path_params

* Version 0.6.0
2018-10-29 09:22:45 +00:00
..
middleware Domain wildcards for trusted host (#151) 2018-10-29 09:22:13 +00:00
__init__.py Routing interface (#144) 2018-10-29 09:22:45 +00:00
applications.py Routing interface (#144) 2018-10-29 09:22:45 +00:00
background.py Add missing type annotations (#113) 2018-10-16 13:20:10 +01:00
datastructures.py Return an iterator over keys for Headers and QueryParams (#142) 2018-10-26 13:29:25 +01:00
debug.py Missing annotations debug module (#68) 2018-09-28 10:41:22 +01:00
endpoints.py Routing interface (#144) 2018-10-29 09:22:45 +00:00
exceptions.py Adding type annotations (#112) 2018-10-16 10:22:55 +01:00
formparsers.py Call urllib.parse.unquote on decoded field value (#150) 2018-10-28 18:02:25 +00:00
graphql.py Add graphiql support 2018-10-18 15:24:26 +01:00
lifespan.py Support either `cleanup` or `shutdown` in ASGI lifespan messages (#134) 2018-10-22 15:08:04 +01:00
requests.py Routing interface (#144) 2018-10-29 09:22:45 +00:00
responses.py Drop support for `StaticFile` (#145) 2018-10-28 18:04:17 +00:00
routing.py Routing interface (#144) 2018-10-29 09:22:45 +00:00
staticfiles.py Drop support for `StaticFile` (#145) 2018-10-28 18:04:17 +00:00
status.py Revisit WebSocket status codes (#119) 2018-10-18 08:47:04 +01:00
testclient.py Add final missing annotations, and enable '--disallow-untyped-defs' (#115) 2018-10-16 15:56:28 +01:00
types.py Type hinting 2018-10-02 13:24:02 +01:00
websockets.py Routing interface (#144) 2018-10-29 09:22:45 +00:00