We know that mitmproxy have ability to decode gzip content in mitmproxy/netlib/encoding.py, the decode is using zlib.
When I try to export the flows to file withmitmdump -w filename, the file content is compressed and not readable. Is there a built-in way to get the unzipped content in exported file? Or is there a way to make zlib work on the file exporting process?