mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
222aeb5c3c
It includes classes for filtering content, middlewares for caching, logging and tracebacks as well as two backends for SCGI. Goals in writing it were portability and simplicity. WWW: http://subdivi.de/~helmut/wsgitools/ PR: 163100 Submitted by: Klaus Aehlig <aehlig@linta.de> Feature safe: yes
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
wsgitools is a set of tools working with WSGI (see PEP 333).
|
|
It includes classes for filtering content, middlewares for
|
|
caching, logging and tracebacks as well as two backends for
|
|
SCGI. Goals in writing it were portability and simplicity.
|
|
|
|
WWW: http://subdivi.de/~helmut/wsgitools/
|