Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-18 | add a wsgitools.scgi.asyncio module | Helmut Grohne | |
This adds an asyncio implementation of the server side of the SCGI protocol, because asyncore is being deprecated. Unlike the asyncore implementation, this does not yet support sendfile. |