The global application instance.
Get the global Application.
Apply the middleware to the request. If this returns a response factory or similar item, that will be sent as a response.
If this returns void | Promise<void>
, the request will continue to the
next handler.
Get the method with the given name from this class, bound to this class.
function
Call the make()
method on the global container.
Get the unqualified canonical resolver of this class, if one has been set.
Get the fully-qualified canonical resolver of this class, if one has been set.
Sets the fully- and un-qualified canonical resolver strings. Intended for use by the Canonical unit.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Base class representing a middleware handler that can be applied to routes.