Comment on Show HN: HTTP/2 Python-Asyncio Web MicroframeworkparentComments−simonw8yI'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?−tomchristie8yNope, but probably going to be working towards a library similar to that/werkzeug. Request & Response objects, plus some standard middleware.
Comments
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?
Nope, but probably going to be working towards a library similar to that/werkzeug. Request & Response objects, plus some standard middleware.