Having 'body' in the pecan RequestViewerHook causes all responses to
contain posted json data in their headers. So when we were trying to use
refstack-client to upload results from a full test run, it would raise
an exception like:
Error "httplib.LineTooLong: got more than 65536 bytes when reading header line"
This is because the API is sending back our posted json data (150kB) back in
the response header under the key "x-pecan-body". This commit stops pecan from
adding the request body to the response header.
Change-Id: Ieab0bc8df86ba85a9f2f5382fb5ae7f054214afb