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