You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently querystring parameters are accessed through request.args and POST variables through request.post_vars(). Would be good to have a name that was somewhat consistent with those.
This example: https://github.com/simonw/datasette/blob/f5e79adf26d0daa3831e3fba022f1b749a9efdee/docs/plugins.rst#register_routes
Would be nicer if you could easily get
scope["url_route"]["kwargs"]["name"]
directly from the request object, without looking at thescope
.The text was updated successfully, but these errors were encountered: