Skip to content

Feature Request. Validate multiple container types all at once #41

@windward-hive

Description

@windward-hive

It would be nice to have something like validator.multiple to validate multiple container types all at once rather than having to create a new middleware for each container type.

validator.multiple({
	body: validator.body(),
	params: validator.params(),
	query: validator.params
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions