diff options
author | Thomas Roth <code@leveldown.de> | 2010-02-26 14:01:38 +0100 |
---|---|---|
committer | Thomas Roth <code@leveldown.de> | 2010-02-26 14:01:38 +0100 |
commit | a5f87657e1c55a73513a1ab73e31c0870c4aec0f (patch) | |
tree | f5ddc598776fa1b8f0ef8946446929b14fb7d1f5 /todo | |
parent | c5eb3c592d16fa33ba57157aefc2612208d0ff10 (diff) | |
download | mitmproxy-a5f87657e1c55a73513a1ab73e31c0870c4aec0f.tar.gz mitmproxy-a5f87657e1c55a73513a1ab73e31c0870c4aec0f.tar.bz2 mitmproxy-a5f87657e1c55a73513a1ab73e31c0870c4aec0f.zip |
Added beeping. --bireq and --bires enables beeping on intercepted requests/responses.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Future: - Shortcut for viewing in pager - Serializing and de-serializing requests and responses. - Use real non-blocking input handling to minimize cpu load. + - Give the ability to beep on certain events. (On intercepted + request/response already working.) Bugs: |