In our library we'd like the ability to disable the automatic decompression of the request body as we need to compare a hash in the headers to the original body.
Right now this doesn't seem to be possible as the HTTP parser creates a DeflateBuffer which will automatically decompress the body. If guidance is given how this should be achieved I can create a PR and test case.