diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-04-09 15:15:41 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-04-09 15:30:43 +1200 |
commit | c298fbfadc707116b30783e0577b0a179b07bb54 (patch) | |
tree | ebf880068a293b30c20424c49308978e34851090 /todo | |
parent | 24a8dc408caa392cc846cf01a9b7e74a2018107e (diff) | |
download | mitmproxy-c298fbfadc707116b30783e0577b0a179b07bb54.tar.gz mitmproxy-c298fbfadc707116b30783e0577b0a179b07bb54.tar.bz2 mitmproxy-c298fbfadc707116b30783e0577b0a179b07bb54.zip |
Documentation.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -3,18 +3,20 @@ hacking on mitmproxy. Drop me a line (aldo@corte.si) if you want to tackle any of these and need some pointers. Targeted for 0.9: + - White-background colorscheme + - Extra content view modules: CSS indenter, Flash SWF info extractor - Upstream proxy support. - Follow mode to keep most recent flow in view - - Rewrite the core to be asynchronous. I've done some research, and - although it's a bit of a bloated monster, it looks like Twisted is the way - to go. - Verbose view to show timestamps - Search within requests/responses - Transparent proxy support - Ordering a-la mutt's "o" shortcut -Further ideas: +Future: + - Rewrite the core to be asynchronous. I've done some research, and + although it's a bit of a bloated monster, it looks like Twisted is the way + to go. - Add some "workspace" features to mitmproxy: - Flow comments - Copying/duplicating flows |