interface ValidationHandler : Handler<RoutingContext>
Base interface for validation. For basic HTTP Request Validator, use HTTPRequestValidationHandler
Author
Francesco Guardiani @slinkydeveloper
interface HTTPOperationRequestValidationHandler : ValidationHandler
Base interface for HTTP request validation with API specification |
|
interface HTTPRequestValidationHandler : ValidationHandler
An interface for add HTTP Request validation. This class can validate parameters inside query, path, headers an body (watch below) You can assign multiple body type at the same time(for example a JSON schema together with a XML schema). This interface support:
|