2011-03-18 23:47:37 +00:00
|
|
|
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.
|
2011-01-27 04:26:01 +00:00
|
|
|
|
2011-03-18 23:47:37 +00:00
|
|
|
Features:
|
|
|
|
|
|
|
|
- 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)
|
2011-01-27 04:26:01 +00:00
|
|
|
- Post and URL field parsing and editing.
|
2011-03-18 23:47:37 +00:00
|
|
|
- We need a built-in graphical editor for these, that knows how to
|
|
|
|
break fields up and present them for modificatio individually.
|
|
|
|
- Upstream proxy support.
|
2011-03-20 04:31:54 +00:00
|
|
|
- Support HTTP Digest authentication through the stickyauth option. We'll
|
|
|
|
have to save the server nonce, and recalculate the hashes for each request.
|
2011-03-18 23:47:37 +00:00
|
|
|
- Chunked encoding support for requests (we already support it for responses).
|
2011-08-03 07:15:01 +00:00
|
|
|
- A progress indicator for large files
|