diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2016-05-21 10:15:37 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2016-05-21 10:15:37 +1200 |
| commit | 96d8ec1ee33b076a472afc3053fdd8256559fcc3 (patch) | |
| tree | 933549b94c497b70eb6165f90bef191eebca4cc7 /docs/dev | |
| parent | 84144ca0c635f4a42c8ba8a13e779fe127a81d45 (diff) | |
| parent | b538138ead1dc8550f2d4e4a3f30ff70abb95f53 (diff) | |
| download | mitmproxy-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')
| -rw-r--r-- | docs/dev/models.rst | 11 |
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 |
