mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
|
|
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.
|
|
|
|
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)
|
|
- 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.
|
|
- Upstream proxy support.
|
|
- 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.
|
|
|
|
Bugs:
|
|
|
|
- In some circumstances, long URLs in list view are line-broken oddly.
|