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!