hapi.js - Request Validation with Joi

InstructorMike Frey

Share this video with your friends

Send Tweet

hapi supports request validation out of the box using the joi module. Request path parameters, payloads, and querystring parameters can be validated with joi's simple, yet powerful, notation. This lesson covers the basics of validating requests using joi.