diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-01-07 22:08:54 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-01-07 22:08:54 +0100 |
commit | 72690f28647558c7c7d9c63020a794feb181b933 (patch) | |
tree | 4103f280f2ac45498d2c0a6be684d520e6ef7b23 /doc-src | |
parent | 812ea90dc5c7ccc6bb5729f74d7a85f826d9f3cb (diff) | |
parent | b39ea74bb6e0bf057c6bf6ac1b0beb3afa37e02b (diff) | |
download | mitmproxy-72690f28647558c7c7d9c63020a794feb181b933.tar.gz mitmproxy-72690f28647558c7c7d9c63020a794feb181b933.tar.bz2 mitmproxy-72690f28647558c7c7d9c63020a794feb181b933.zip |
Merge pull request #440 from michaeljau/patch-2
Updated inlinescripts.html - changed "libmproxy.certutils.SSLCert" to "netlib.certutils.SSLCert"
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/scripting/inlinescripts.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/scripting/inlinescripts.html b/doc-src/scripting/inlinescripts.html index 2c3e0d6f..7f05eedf 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: </td> </tr> <tr> - <th>libmproxy.certutils.SSLCert</th> + <th>netlib.certutils.SSLCert</th> <td>Exposes information SSL certificates.</td> </tr> </table> @@ -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. <code>-s "foo.py 42"</code>). Consequently, the script path needs to be wrapped in a separate pair of quotes if it contains spaces: -<code>-s "'./foo bar/baz.py' 42"</code>.
\ No newline at end of file +<code>-s "'./foo bar/baz.py' 42"</code>. |