* many routes changed by adding the chi router * counter has an authenticated API to increment and decrement
New system: * Each callback can filter for a regex * Backwards compatability using a `.*` generic regex * Handlers now accept a request object instead of bare arguments All new plugins should use this new system.