aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-02-25 17:32:03 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-02-25 17:32:03 +1300
commit3792b0084ea25e49a1a20783b6ce387fc04fc6a8 (patch)
tree62358ceb8ec0abae4ba85cb2ad510ad106c8eb0b /todo
parent57f96c5fe014420a09ed42e96f67562fabe33048 (diff)
downloadmitmproxy-3792b0084ea25e49a1a20783b6ce387fc04fc6a8.tar.gz
mitmproxy-3792b0084ea25e49a1a20783b6ce387fc04fc6a8.tar.bz2
mitmproxy-3792b0084ea25e49a1a20783b6ce387fc04fc6a8.zip
Add -c and -C options to mitmdump to control sticky cookies.
It's dumb that this needs to be two different options, but optparse doesn't support optional arguments. It would be much nicer to just have "-c" for "all", and "-c filter" for a specified filter.
Diffstat (limited to 'todo')
-rw-r--r--todo2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo b/todo
index d9dca4fc..db47735c 100644
--- a/todo
+++ b/todo
@@ -4,6 +4,8 @@ Futures:
- Post and URL field parsing and editing.
- Upstream proxies.
- Strings view for binary responses.
+ - Better manipulation of flows in mitmproxy: copying flows, adding
+ comments.
Bugs: