Open legomind opened 8 years ago
I see #78, but this is more of a feature request.
Something as simple as this could be used to mark a route as a form.
server.route({ method: 'POST', config: { handler: (req, reply) => {/*...*/}, plugins:{ hal:{ form: true, }, }, }, })
Is this the spec you are referencing? http://mamund.site44.com/misc/hal-forms/
Yes. Indeed.
I see #78, but this is more of a feature request.
Something as simple as this could be used to mark a route as a form.