You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow replacement (#53)
* Allow the add mode of middleware to be specified
* Make the check more explicit
* Set permenant add modes
* - add append and prepend helpers
* Added remove and replace functions to allow for modifications after setting up existing middleware without causing exceptions
* Added handler testing for middleware
* better append tests
* fix indexing issue and add some regression tests
Allow the add mode of middleware to be specified (#52)
* Allow the add mode of middleware to be specified
* Make the check more explicit
* Set permenant add modes
* - add append and prepend helpers