Documentation
    Preparing search index...

    Request validator is used validate HTTP request data using VineJS validators. You may validate the request body, files, cookies, and headers.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    errorReporter?: (_: HttpContext) => ErrorReporterContract

    The error reporter method returns the error reporter to use for reporting errors.

    You can use this function to pick a different error reporter for each HTTP request

    messagesProvider?: (_: HttpContext) => MessagesProviderContact

    The messages provider method returns the messages provider to use finding custom error messages

    You can use this function to pick a different messages provider for each HTTP request

    Methods