aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/dev-docs/protocols.rst
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-09-03 19:46:58 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-09-03 19:46:58 +0200
commit29698aa83c2f37457ce36dc5bb79a0cc1e7bf2f5 (patch)
treec840dfbe75620f77e94a980be66303029fa57606 /doc-src/dev-docs/protocols.rst
parent14457f29b3d89e234d0791c4980e5cf9514185dd (diff)
downloadmitmproxy-29698aa83c2f37457ce36dc5bb79a0cc1e7bf2f5.tar.gz
mitmproxy-29698aa83c2f37457ce36dc5bb79a0cc1e7bf2f5.tar.bz2
mitmproxy-29698aa83c2f37457ce36dc5bb79a0cc1e7bf2f5.zip
add dev docs
Diffstat (limited to 'doc-src/dev-docs/protocols.rst')
-rw-r--r--doc-src/dev-docs/protocols.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc-src/dev-docs/protocols.rst b/doc-src/dev-docs/protocols.rst
new file mode 100644
index 00000000..498f634d
--- /dev/null
+++ b/doc-src/dev-docs/protocols.rst
@@ -0,0 +1,15 @@
+.. _protocols:
+
+Protocols
+=========
+
+.. automodule:: libmproxy.protocol
+
+ .. autoclass:: Layer
+ :members:
+ :special-members:
+
+ .. autoclass:: ServerConnectionMixin
+ :members:
+
+ .. autoexception:: Kill \ No newline at end of file