diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2010-03-01 15:08:39 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2010-03-01 15:08:39 +1300 |
commit | fbe6e0a820c097803c04402e0f731bc104b4e223 (patch) | |
tree | aef68e8a9a945339da1ddba5c60a9679f7575557 /todo | |
parent | ba92d22e1d789c189f2007f8b933c520e2a593a9 (diff) | |
download | mitmproxy-fbe6e0a820c097803c04402e0f731bc104b4e223.tar.gz mitmproxy-fbe6e0a820c097803c04402e0f731bc104b4e223.tar.bz2 mitmproxy-fbe6e0a820c097803c04402e0f731bc104b4e223.zip |
Housekeeping: todo updates, move put handler_ methods together in console.py.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,6 @@ Future: - + - Strings view. - Field parsing and editing. - On-the-fly generation of keys, signed with a CA @@ -10,7 +10,11 @@ Future: - 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 Bugs: |