diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2012-04-04 14:17:26 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2012-04-04 14:17:26 +1200 |
| commit | 4da8054e215ec8594ac17075f116f9d26cee7bfa (patch) | |
| tree | 287cf95b2da2544e0b1753311519cc068945907c /doc-src/scripts.html | |
| parent | 99ac7b84017d411e037e71041024f3cb2f653b09 (diff) | |
| download | mitmproxy-4da8054e215ec8594ac17075f116f9d26cee7bfa.tar.gz mitmproxy-4da8054e215ec8594ac17075f116f9d26cee7bfa.tar.bz2 mitmproxy-4da8054e215ec8594ac17075f116f9d26cee7bfa.zip | |
Docs: replacements, upstream certs.
Also, move reverse proxy command-line flag to -P.
Diffstat (limited to 'doc-src/scripts.html')
| -rw-r--r-- | doc-src/scripts.html | 11 |
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. - - |
