JKHeadley/rest-hapi

Support OPTIONS and HEAD verbs

Open

#136 创建于 2018年7月3日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)JavaScript (156 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (1,181 star)
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.

贡献者指南