JKHeadley/rest-hapi

Support OPTIONS and HEAD verbs

Open

#136 geöffnet am 3. Juli 2018

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (1.181 Stars) (156 Forks)batch import
enhancementhelp wanted

Beschreibung

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.

Contributor Guide