Sets an executor on this handler. Executors run in order of registration.
An executor that accepts an IncomingMessage, a Stoof, and a Map
This handler, for the sake of chaining.
Sets a filter on this handler. If the predicate fails, all executors registered after this filter won't run.
A predicate that accepts an IncomingMessage, a Stoof, and a Map
This handler, for the sake of chaining.
Generated using TypeDoc
Executed after all other handlers; fifth to be executed.