在 bodyParser 中支持 application/json-patch+json
作者: Edgar0bsj创建于 2025年9月7日更新于 2025年9月7日
你好
目前,Restify 的 bodyParser 不能解析具有 Content-Type: application/json-patch+json (RFC 6902) 的请求。 发送 PATCH 请求时, req.body 为空,因为 bodyParser 只支持 application/json。
内容来源: restify/node-restify