Files
Ivan Montiel 10558c8283 Stop stripping newlines and tabs from body
This change introduces request.rawPayload to the Hapi request
and uses that if request.payload is not a string.

Before, JSON.stringify(JSON.parse(request.payload)) was being
used, which is not the same as the rawPayload that should be
passed along.
2017-12-16 17:21:00 -07:00
..
2017-01-05 15:50:05 +01:00
2017-01-05 15:50:05 +01:00