summaryrefslogtreecommitdiff
path: root/wsgitools/scgi/asyncio.py
AgeCommit message (Collapse)Author
2023-06-18add a wsgitools.scgi.asyncio moduleHelmut 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.