alfredito library
Classes
- Alfredito
- A Very Good Project created by Very Good CLI.
-
Controller<
T extends RouteHandler< T> > - A Route Handler is a class that can be registered as a callback.
- ErrorStore
- Data structure to keep all request-related data
-
InputVariableValidator<
T> - An InputVariableValidator is a class that validates an input variable.
-
Middleware<
T extends RouteHandler< T> > - A Route Handler is a class that can be registered as a callback.
- QueueService
-
The QueueService class is a wrapper around the
Queue
class. -
RouteHandler<
T extends RouteHandler< T> > - A Route Handler is a class that can be registered as a callback.
- ValidationError
- A ValidationError is a class that represents an error that occurred during the validation of a request.
Enums
Extensions
- ErrorPlugin on HttpRequest
- Integrates ErrorStore mechanism on HttpRequest
Properties
-
errorPluginData
→ Map<
HttpRequest, ErrorStore> -
Data structure to keep all request-related data
final
Functions
-
errorPluginOnDoneHandler(
HttpRequest req, HttpResponse res) → void - handler for ValidationError