mitmproxy/mitmproxy/tools/web
Matthew Hughes 7b4e219c4e
mitmweb: handle {en,de}coding on server-side (#4811)
* mitmweb: handle {en,de}coding on server-side

Handle this server-side rather than passing the message content encoding
details back when fetching flow content. If {en,de}coding fails, return
the raw request contents.

This addresses https://github.com/mitmproxy/mitmproxy/issues/4809

* fix typo

Co-authored-by: Maximilian Hils <github@maximilianhils.com>
2021-09-23 15:55:43 +02:00
..
static
templates
__init__.py
app.py mitmweb: handle {en,de}coding on server-side (#4811) 2021-09-23 15:55:43 +02:00
master.py
static_viewer.py
webaddons.py