• dan pittman's avatar
    adds ability to reset params after a filter runs · 0e786fa4
    dan pittman authored
    When a filter is run _after_ the router completes, it's input params,
    such as `":splat"` will have been overwritten by the filter's router pass.
    This commit adds the ability to tell the router to revert to the previous input
    params after running a filter.
    0e786fa4
filter.go 1.52 KB