diff options
author | Rouli <rouli.net@gmail.com> | 2013-03-18 14:24:13 +0200 |
---|---|---|
committer | Rouli <rouli.net@gmail.com> | 2013-03-18 14:24:13 +0200 |
commit | c94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f (patch) | |
tree | 1e62785d669d86f6e551a99b9debfe445389bd48 /todo | |
parent | b6cae7cd2d0105d6a6fe9d35864d0f9b7c5f8924 (diff) | |
parent | 5c33f6784b4ba34dd9825ea7e3070cdf0b2b4621 (diff) | |
download | mitmproxy-c94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f.tar.gz mitmproxy-c94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f.tar.bz2 mitmproxy-c94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -1,24 +0,0 @@ -This is a loose collection of todo items, in case someone else wants to start -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 - - Verbose view to show timestamps - - Search within requests/responses - - Transparent proxy support - - Ordering a-la mutt's "o" shortcut - - -Future: - - Add some "workspace" features to mitmproxy: - - Flow comments - - Copying/duplicating flows - - Ordering by time, size, etc. a-la-mutt (o keyboard shorcut is reserved for this) - - 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). - - A progress indicator for large files |