By default, if a kernel module interrupts the request flow to send a response (for example, if an error occurs), subsequent modules are skipped.
However, a module can override this property to be true and its logic will still be applied, even after a module has interrupted the request flow.
The global application instance.
Get the global Application.
Get the global Container.
Get the method with the given name from this class, bound to this class.
function
Call the make()
method on the global container.
Returns true if the given module should be applied to the incoming request.
Promise
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
HTTP kernel module that runs after the main logic in the request to persist the session data to the driver's backend.