Sets an executor on this handler.
An executor that accepts a FloofRequest and a ContextualizedRenderer and produces a response.
Registers a body parsing type. Falls back to the floofball default if not defined.
The type to parse request bodies as.
This EndpointHandler, for the sake of chaining.
Registers a query parameter to be parsed on incoming requests. Throws a 400 if a request with an invalid value is encountered.
The parameter's key.
The type to automatically adapt query parameters to.
Whether this parameter is required or not.
This EndpointHandler, for the sake of chaining.
Generated using TypeDoc
Handles requests to an endpoint. Third to be executed -- after before-handlers but before after-handlers.