Constructs a filtered handler that applies the given set of filters, in order, before potentially calling the given base handler.
The set of filters to apply to all requests.
The base handler that'll be called if an incoming request is passed successfully through all filters.
Constructs a filtered handler that applies the given set of filters, in order, before potentially calling the given base handler.