aboutsummaryrefslogtreecommitdiffstats
path: root/examples/complex/README.md
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-11-21 02:45:31 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-11-21 02:46:25 +0100
commitc90405253a2345b7722bdb68906561e4c50dc1bf (patch)
tree6aca193818ddfac70fc8df3d314c36402444e33e /examples/complex/README.md
parent2138be870579d79380f73cda849ab27a9432485c (diff)
downloadmitmproxy-c90405253a2345b7722bdb68906561e4c50dc1bf.tar.gz
mitmproxy-c90405253a2345b7722bdb68906561e4c50dc1bf.tar.bz2
mitmproxy-c90405253a2345b7722bdb68906561e4c50dc1bf.zip
remove stickycookie example
The recommended way to do this is mitmproxy/addons/stickycookie.py
Diffstat (limited to 'examples/complex/README.md')
-rw-r--r--examples/complex/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/complex/README.md b/examples/complex/README.md
index d3b2e77a..8378690c 100644
--- a/examples/complex/README.md
+++ b/examples/complex/README.md
@@ -12,7 +12,6 @@
| nonblocking.py | Demonstrate parallel processing with a blocking script |
| remote_debug.py | This script enables remote debugging of the mitmproxy _UI_ with PyCharm. |
| sslstrip.py | sslstrip-like funtionality implemented with mitmproxy |
-| stickycookies | An advanced example of using mitmproxy's FlowMaster directly. |
| stream | Enable streaming for all responses. |
| stream_modify.py | Modify a streamed response body. |
| tcp_message.py | Modify a raw TCP connection |