Filters are used for post-processing responses of HTTP responders.
A filter can read the responder's output, mofidy the response
headers and write a new response body.
The name under which a Filter is installed is interpreted as a
MIME type. All responses with that content type are processed by
the filter.
| DATE_GMT |
The current time in Greenwich Mean Time. |
| DATE_LOCAL |
The current time in the server's local time zone. |
| DOCUMENT_NAME |
The name of the resource that was requested by the client,
without path (i.e. the URL-decoded part of the Request-URI
between the last slash and an eventual option part).
|
| DOCUMENT_PATH |
The URL-decoded Request-URI (without an eventual option part). |
| LAST_MODIFIED |
The last modification date of the requested resource if available,
otherwise undefined. |