aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/scripts.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/scripts.html')
-rw-r--r--doc-src/scripts.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc-src/scripts.html b/doc-src/scripts.html
index 3fa79a6c..be8e5481 100644
--- a/doc-src/scripts.html
+++ b/doc-src/scripts.html
@@ -87,7 +87,7 @@ The main classes you will deal with in writing mitmproxy scripts are:
<td>A dictionary-like object for managing sets of key/value data. There
is also a variant called CaselessODict that ignores key case for some
- calls.</td>
+ calls (used mainly for headers).</td>
</tr>
<tr>
<th>libmproxy.flow.Response</th>
@@ -99,10 +99,11 @@ The main classes you will deal with in writing mitmproxy scripts are:
</tr>
<tr>
<th>libmproxy.flow.ScriptContext</th>
-
-
<td> A handle for interacting with mitmproxy's from within scripts. </td>
-
+ </tr>
+ <tr>
+ <th>libmproxy.certutils.SSLCert</th>
+ <td>Exposes information SSL certificates.</td>
</tr>
</table>
@@ -126,5 +127,3 @@ In this case, there are no client connections, and the events are run in the
following order: __start__, __request__, __response__, __error__, __done__. If
the flow doesn't have a __response__ or __error__ associated with it, the
matching event will be skipped.
-
-