399ab3a44d
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.
4 lines
242 B
Text
4 lines
242 B
Text
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.
|