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
Added .all(pattern, handler) method, matching all HTTP verbs: 554e156, e14c418, a69f2a7 However, method-specific entries outrank entries via all() using the same pattern.
Patches
Delay this.routes[METHOD] and this.handlers[METHOD] creation until actually needed: 84c7fae Results in less memory consumption, which actually yields a performance gain!