diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-07-14 16:54:04 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-07-14 16:54:04 +1200 |
commit | 7e21ac0eb8c584527761b84af99974dd74f5c263 (patch) | |
tree | 1a7d6e759301febd73116692ee00e8d061956a0e /todo | |
parent | 1c9e7b982a7d3fe76f5bd03e53b21b9d450f4607 (diff) | |
download | mitmproxy-7e21ac0eb8c584527761b84af99974dd74f5c263.tar.gz mitmproxy-7e21ac0eb8c584527761b84af99974dd74f5c263.tar.bz2 mitmproxy-7e21ac0eb8c584527761b84af99974dd74f5c263.zip |
Refine path completion somewhat.
Make it match the behaviour of vim and mutt more closely
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -17,12 +17,9 @@ Features: - Post and URL field parsing and editing. - We need a built-in graphical editor for these, that knows how to break fields up and present them for modificatio individually. - - No-proxy mode, for when we want to just replay without serving as a proxy ourselves. - Upstream proxy support. - - Strings view for binary responses. - Support HTTP Digest authentication through the stickyauth option. We'll have to save the server nonce, and recalculate the hashes for each request. - - Chunked encoding support for requests (we already support it for responses). - Better manipulation of flows in mitmproxy: copying flows, adding comments. @@ -30,4 +27,3 @@ Features: Bugs: - In some circumstances, long URLs in list view are line-broken oddly. - - When a bug in mitmproxy causes a stack trace, we hang on exit. |