mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
Two different strategies here:
- Use a simple heuristic to detect if we're looking at XML data when indent
mode is used. On non-XML data we can hang even on small documents.
- Only view partial data for large bodies. At the moment the cutoff is
100k. I might finetune this later.
|
||
|---|---|---|
| .. | ||
| completion | ||
| data | ||
| scripts | ||
| .pry | ||
| handler.py | ||
| serv.py | ||
| sslserv.py | ||
| test_cmdline.py | ||
| test_console.py | ||
| test_dump.py | ||
| test_filt.py | ||
| test_flow.py | ||
| test_netstring.py | ||
| test_proxy.py | ||
| test_server.py | ||
| test_utils.py | ||
| tserv | ||
| tutils.py | ||