From b39ea74bb6e0bf057c6bf6ac1b0beb3afa37e02b Mon Sep 17 00:00:00 2001 From: michaeljau Date: Wed, 7 Jan 2015 22:20:05 +0800 Subject: [PATCH] Update inlinescripts.html I updated the certutils.SSLCert reference from "libmproxy.certutils.SSLCert" to "netlib.certutils.SSLCert". --- doc-src/scripting/inlinescripts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc-src/scripting/inlinescripts.html b/doc-src/scripting/inlinescripts.html index 2c3e0d6fd..7f05eedfe 100644 --- a/doc-src/scripting/inlinescripts.html +++ b/doc-src/scripting/inlinescripts.html @@ -130,7 +130,7 @@ The main classes you will deal with in writing mitmproxy scripts are: - libmproxy.certutils.SSLCert + netlib.certutils.SSLCert Exposes information SSL certificates. @@ -174,4 +174,4 @@ matching events will be skipped. ## Spaces in the script path By default, spaces are interpreted as separator between the inline script and its arguments (e.g. -s "foo.py 42"). Consequently, the script path needs to be wrapped in a separate pair of quotes if it contains spaces: --s "'./foo bar/baz.py' 42". \ No newline at end of file +-s "'./foo bar/baz.py' 42".