| Home | Trees | Indices | Help |
|
|---|
|
|
Replaces a specific string in the data returned from the filtered wsgi
application with the time the request took. The string has to be exactly
eight bytes long, defaults to "?GenTime" and must
be an element of the iterable returned by the filtered application. If
the application returns something like ["spam?GenTime",
"?GenTime spam", "?GenTime"] only the last
occurance get's replaced.
|
|||
|
|||
| bytes |
|
||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
Returns a function creating TimerWSGIFilters with a given pattern beeing a string of exactly eight bytes.
|
This constructor does nothing and can safely be overwritten. It is only listed here to document that it must be callable without additional parameters.
|
BaseWSGIFilter interface
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 10 15:01:50 2020 | http://epydoc.sourceforge.net |