Y
Hacker News
new
|
ask
|
show
|
jobs
by
simonw
2975 days ago
I'm interested in exploring ASGI as a common interface for Datasette, but I also want the convenience of a neat request and response object. Is there an ASGI equivalent of something like
https://webob.org/
yet?
1 comments
tomchristie
2975 days ago
Nope, but probably going to be working towards a library similar to that/werkzeug. Request & Response objects, plus some standard middleware.
link