Constructs a filtered request handler that applies pre-request filters, then handles a request, and then post-request filters.
The handler for requests.
Filters to run, in order, before the handler.
Filters to run, in order, after the handler.
Constructs a filtered request handler that applies pre-request filters, then handles a request, and then post-request filters.