blob: 7a81064dd576f043a03fade28fe9c002aeef4889 (
plain)
1
2
3
4
|
These provide several pieces of "middleware" (or filters) that can be
nested to build web applications. Each piece of middleware uses the WSGI
(`PEP 333`_) interface, and should be compatible with other middleware
based on those interfaces.
|