diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-02-25 17:32:03 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-02-25 17:32:03 +1300 |
commit | 3792b0084ea25e49a1a20783b6ce387fc04fc6a8 (patch) | |
tree | 62358ceb8ec0abae4ba85cb2ad510ad106c8eb0b /todo | |
parent | 57f96c5fe014420a09ed42e96f67562fabe33048 (diff) | |
download | mitmproxy-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-- | todo | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |