diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-02-23 16:27:08 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-02-23 16:27:08 +1300 |
commit | ee8058a2d927491dca165fd578bd8f1e80cb5713 (patch) | |
tree | 0080e49a490f4578d9d2ad24a7c8dd5dd5da60f5 /CHANGELOG | |
parent | 554047da85d9ff767077f3ba0126937980daedb9 (diff) | |
download | mitmproxy-ee8058a2d927491dca165fd578bd8f1e80cb5713.tar.gz mitmproxy-ee8058a2d927491dca165fd578bd8f1e80cb5713.tar.bz2 mitmproxy-ee8058a2d927491dca165fd578bd8f1e80cb5713.zip |
Confirm when we clear a request body to add a form.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ * Extend script API to allow duplication and replay of flows. + * API for easy manipulation of URL-encoded forms and query strings. + * Add "D" shortcut in mitmproxy to duplicate a flow. * Reverse proxy mode. In this mode mitmproxy acts as an HTTP server, |