With the help of this method you can create a new instance of AppMiddleware.
constructor(Object baseApp) : Object
Append the app middleware to the given application stack.
configure(Object app, Function callback) : void
With the help of this method you can create a new instance of DefaultMiddleware.
constructor(void) : Object|DefaultMiddleware
Append the default middleware to the given application stack.
With the help of this method you can create a new instance of RequestMiddleware.
constructor(void) : Object|RequestMiddleware
Append the request middleware to the given application stack.
With the help of this method you can create a new instance of RouterMiddleware.
constructor(void) : Object|RouterMiddleware
Append the router middleware to the given application stack.