| Home | Trees | Indices | Help |
|
|---|
|
|
This module contains a generic way to create middelwares that filter data. The work is mainly done by the WSGIFilterMiddleware class. One can write filters by extending the BaseWSGIFilter class and passing this class (not an instance) to the WSGIFilterMiddleware constructor.
|
|||
|
CloseableIterator Concatenating iterator with close attribute. |
|||
|
CloseableList A list with a close attribute. |
|||
|
BaseWSGIFilter Generic WSGI filter class to be used with WSGIFilterMiddleware. |
|||
|
WSGIFilterMiddleware This wsgi middleware can be used with specialized BaseWSGIFilters to modify wsgi requests and/or reponses. |
|||
|
RequestLogWSGIFilter This filter logs all requests in the apache log file format. |
|||
|
TimerWSGIFilter Replaces a specific string in the data returned from the filtered wsgi application with the time the request took. |
|||
|
EncodeWSGIFilter Encodes all body data (no headers) with given charset. |
|||
|
GzipWSGIFilter Compresses content using gzip. |
|||
|
ReusableWSGIInputFilter Make environ["wsgi.input"] readable multiple
times.
|
|||
|
|||
| str |
|
||
|
|||
__package__ =
|
|||
|
|||
Encodes non-printable characters in a string using \xXX escapes.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 10 15:01:50 2020 | http://epydoc.sourceforge.net |