JKHeadley/rest-hapi

Support OPTIONS and HEAD verbs

開放

#136 建立於 2018年7月3日

 (0 則留言) (1 個反應) (0 位負責人)JavaScript (155 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (1,181 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南