From 4da8054e215ec8594ac17075f116f9d26cee7bfa Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 4 Apr 2012 14:17:26 +1200 Subject: Docs: replacements, upstream certs. Also, move reverse proxy command-line flag to -P. --- doc-src/scripts.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'doc-src/scripts.html') 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: 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. + calls (used mainly for headers). libmproxy.flow.Response @@ -99,10 +99,11 @@ The main classes you will deal with in writing mitmproxy scripts are: libmproxy.flow.ScriptContext - - A handle for interacting with mitmproxy's from within scripts. - + + + libmproxy.certutils.SSLCert + Exposes information SSL certificates. @@ -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. - - -- cgit v1.2.3