Open
Description
Hello guys:
After jump from previous version (0.1...0.2) to 1.0 i found that my REQ object isn't logged anymore...
Digger into the code, i found that the expected shape of the req object (IncomingMessage) is now: req -> raw-> req , and other frameworks, like fastify, expose that at req -> raw directly.
I have a fix to support this (and possibly others (?) frameworks), let me know to send PR.
thx