First page Back Continue Last page Summary Graphics
Filtered I/O
Each request has a filter stack associated with it
As a request is served the data is passed to each filter in the stack
Each filter must register a unique name with the server
Filters can be configured by a directive in the config file, or modules can add filters based on the request
Notes: