hapi.js - POST and PUT request payloads

Share this video with your friends

Send Tweet

hapi makes handling POST and PUT payloads easy by buffering and parsing them automatically without requiring additional modules or middleware. This video will demonstrate how to handle JSON and form based request payloads via hapi's route configuration.