mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-28 15:50:53 +00:00
Update docs to reflect non-aliased odict module
This commit is contained in:
parent
937a358aa9
commit
4652887786
@ -122,12 +122,11 @@ The main classes you will deal with in writing mitmproxy scripts are:
|
||||
<td> A handle for interacting with mitmproxy's from within scripts.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>libmproxy.odict.ODict</th>
|
||||
<th>netlib.odict.ODict</th>
|
||||
|
||||
<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 (used mainly for headers).
|
||||
</td>
|
||||
is also a variant called ODictCaseless that ignores key case for some
|
||||
calls (used mainly for headers).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>netlib.certutils.SSLCert</th>
|
||||
|
Loading…
Reference in New Issue
Block a user