• 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
Name
Last commit
Last update
..
acceptencoder.go Loading commit data...
acceptencoder_test.go Loading commit data...
context.go Loading commit data...
context_test.go Loading commit data...
input.go Loading commit data...
input_test.go Loading commit data...
output.go Loading commit data...