aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev/models.rst
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-05-21 10:15:37 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-05-21 10:15:37 +1200
commit96d8ec1ee33b076a472afc3053fdd8256559fcc3 (patch)
tree933549b94c497b70eb6165f90bef191eebca4cc7 /docs/dev/models.rst
parent84144ca0c635f4a42c8ba8a13e779fe127a81d45 (diff)
parentb538138ead1dc8550f2d4e4a3f30ff70abb95f53 (diff)
downloadmitmproxy-96d8ec1ee33b076a472afc3053fdd8256559fcc3.tar.gz
mitmproxy-96d8ec1ee33b076a472afc3053fdd8256559fcc3.tar.bz2
mitmproxy-96d8ec1ee33b076a472afc3053fdd8256559fcc3.zip
Merge branch 'multidict' of https://github.com/mhils/mitmproxy into mhils-multidict
Diffstat (limited to 'docs/dev/models.rst')
-rw-r--r--docs/dev/models.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/dev/models.rst b/docs/dev/models.rst
index 8c4e6825..f2ddf242 100644
--- a/docs/dev/models.rst
+++ b/docs/dev/models.rst
@@ -56,6 +56,17 @@ Datastructures
:special-members:
:no-undoc-members:
+ .. autoclass:: MultiDictView
+
+ .. automethod:: get_all
+ .. automethod:: set_all
+ .. automethod:: add
+ .. automethod:: insert
+ .. automethod:: keys
+ .. automethod:: values
+ .. automethod:: items
+ .. automethod:: to_dict
+
.. autoclass:: decoded
.. automodule:: mitmproxy.models