httplab
httplab copied to clipboard
Gzip support (duplicates #24)
This PR simply includes the gzip-support
originally branch authored by @m1ome with the merge conflicts resolved. I didn't want that PR to go to waste!
Originally PR #24
Thanks for doing this @joequery. My only concern is that when a request is made using Content-Type: application/gzip
with a non gzipped body, HTTPLab does not register the request, it only shows the error. Do you think it would be possible to display the request anyway?
I'll look into it. Thanks for the review