Sets an executor on this handler. Executors run in order of registration.
An executor that accepts a FloofRequest and a Stoof.
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 a FloofRequest and a Stoof.
This handler, for the sake of chaining.
Generated using TypeDoc
Executed after endpoint handlers but before global after-handlers; fourth to be executed.