diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-01-27 17:26:01 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-01-27 17:26:01 +1300 |
commit | 93ef691badcdaa1b7a5801eb40982c69f9b89534 (patch) | |
tree | f077425aa269b68d54f1758fcfb4949e6d4ba95b /todo | |
parent | 96e714a74cc861eef2fea3e4a8279793a6f42fe8 (diff) | |
download | mitmproxy-93ef691badcdaa1b7a5801eb40982c69f9b89534.tar.gz mitmproxy-93ef691badcdaa1b7a5801eb40982c69f9b89534.tar.bz2 mitmproxy-93ef691badcdaa1b7a5801eb40982c69f9b89534.zip |
Basix XML/HTML pretty-printing in flow viewer.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,20 +1,21 @@ -Future: +Futures: + + - Timestamps - - Strings view. - - Field parsing and editing. + - Strings view for binary responses. + - Post and URL field parsing and editing. - On-the-fly generation of keys, signed with a CA - Pass-through fast-track for things that don't match filter? - Reading contents from file - Shortcut for viewing in pager - Serializing and de-serializing requests and responses. - - Use real non-blocking input handling to minimize cpu load. - Upstream proxies. - mitmdump - Filters - Sticky cookies - Pipe to script - - After we add serialization of flows, command-line replay + - Command-line replay or serialized flows Bugs: |