ExpressAppMultiHandler
Extension for routes with multiple handlers (middleware + handler)
Methods
-
deleteWithMiddleware(
String path, List< JSFunction> handlers) → void -
Available on ExpressApp, provided by the ExpressAppMultiHandler extension
DELETE with middleware chain -
getWithMiddleware(
String path, List< JSFunction> handlers) → void -
Available on ExpressApp, provided by the ExpressAppMultiHandler extension
GET with middleware chain -
postWithMiddleware(
String path, List< JSFunction> handlers) → void -
Available on ExpressApp, provided by the ExpressAppMultiHandler extension
POST with middleware chain -
putWithMiddleware(
String path, List< JSFunction> handlers) → void -
Available on ExpressApp, provided by the ExpressAppMultiHandler extension
PUT with middleware chain