my eye

Log headers of inbox requests

Committed 18da1b

--- a/webint_mentions/__init__.py
+++ b/webint_mentions/__init__.py

         data = web.tx.request.body._data
         from pprint import pprint
 
+        pprint(web.tx.request.headers)
         pprint(data)