feature requesthelp wanted
説明
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!