celebrate online with Winfy
We have hosted the application celebrate in order to run this application in our online workstations with Wine or directly.
Quick description about celebrate:
celebrate is an express middleware function that wraps the joi validation library. This allows you to use this middleware in any single route, or globally, and ensure that all of your inputs are correct before any handler function. The middleware allows you to validate req.params, req.headers, and req.query. celebrate lists joi as a formal dependency. This means that celebrate will always use a predictable, known version of joi during the validation and compilation steps. celebrate is tested and has full compatibility with express 4 and 5. It likely works correctly with express 3, but including it in the test matrix was more trouble than it's worth. This is primarily because express 3 exposes route parameters as an array rather than an object. Returns a function with the error handler signature ((err, req, res, next)). This should be placed with any other error handling middleware to catch celebrate errors.Features:
- celebrate is tested and has full compatibility with express 4 and 5
- Use celebrate on a single POST route to validate req.body
- celebrate does not have a default export
- celebrate exports the version of joi it is using internally
- For maximum compatibility, you should use this version when creating schemas used with celebrate
- celebrate lists joi as a formal dependency
Programming Language: JavaScript.
Categories:
Frameworks, Web Development
©2024. Winfy. All Rights Reserved.
By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.