Update inlinescripts.html
I updated the certutils.SSLCert reference from "libmproxy.certutils.SSLCert" to "netlib.certutils.SSLCert".
This commit is contained in:
parent
812ea90dc5
commit
b39ea74bb6
|
@ -130,7 +130,7 @@ The main classes you will deal with in writing mitmproxy scripts are:
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>libmproxy.certutils.SSLCert</th>
|
<th>netlib.certutils.SSLCert</th>
|
||||||
<td>Exposes information SSL certificates.</td>
|
<td>Exposes information SSL certificates.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -174,4 +174,4 @@ matching events will be skipped.
|
||||||
## Spaces in the script path
|
## 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
|
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:
|
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>.
|
<code>-s "'./foo bar/baz.py' 42"</code>.
|
||||||
|
|
Loading…
Reference in New Issue