TypeAgnostic filters are like SimpleFilters but they leave the Rep and Req types unspecified
until toFilter is called.
Chooses a filter to apply based on incoming requests.
Chooses a filter to apply based on incoming requests. If the given partial function is not defined at the request, then the request goes directly to the next service.
a partial function mapping requests to Filters that should be applied