From 31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 7 Sep 2015 10:30:40 +0200 Subject: remove old docs --- doc-src/scripting/libmproxy.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 doc-src/scripting/libmproxy.html (limited to 'doc-src/scripting/libmproxy.html') diff --git a/doc-src/scripting/libmproxy.html b/doc-src/scripting/libmproxy.html deleted file mode 100644 index db58f7e0..00000000 --- a/doc-src/scripting/libmproxy.html +++ /dev/null @@ -1,22 +0,0 @@ -
- Heads up! We strongly encourage you to use inline scripts rather than libmproxy - directly.

- -
- -All of mitmproxy's basic functionality is exposed through the __libmproxy__ -library. The example below shows a simple implementation of the "sticky cookie" -functionality included in the interactive mitmproxy program. Traffic is -monitored for __cookie__ and __set-cookie__ headers, and requests are rewritten -to include a previously seen cookie if they don't already have one. In effect, -this lets you log in to a site using your browser, and then make subsequent -requests using a tool like __curl__, which will then seem to be part of the -authenticated session. - -$!example("examples/stickycookies")!$ - -- cgit v1.2.3