feature requesthelp wanted
仓库指标
- Star
- (14,656 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
I need access to raw body from incoming requests. It should be very easy to do, just add the following to bindBodyParser.js line 9:
bodyParserParams.verify = function(request, response, buffer) { request.rawBody = buffer.toString(); };
Thanks!