rest-hapi icon indicating copy to clipboard operation
rest-hapi copied to clipboard

Support OPTIONS and HEAD verbs

Open SukantGujar opened this issue 6 years ago • 0 comments

Is your feature request related to a problem? Please describe. For integration with upstream/downstream systems, a model's OPTIONS endpoint might need to be customized, say to allow a different CORS response.

HEAD would complete the support for all "read" verbs. It just needs to return what GET will return, minus the payload.

SukantGujar avatar Jul 03 '18 07:07 SukantGujar