There was an error while loading. Please reload this page.
1 parent 2761374 commit fe4635aCopy full SHA for fe4635a
1 file changed
docs/source/api.rst
@@ -7,8 +7,14 @@ Interface
7
8
This section of the documentation covers the interface portions of ``hyper``.
9
10
-Primary HTTP/2 Interface
11
-------------------------
+Primary HTTP Interface
+----------------------
12
+
13
+.. autoclass:: hyper.HTTPConnection
14
+ :inherited-members:
15
16
+HTTP/2
17
+------
18
19
.. autoclass:: hyper.HTTP20Connection
20
:inherited-members:
@@ -19,6 +25,9 @@ Primary HTTP/2 Interface
25
.. autoclass:: hyper.HTTP20Push
26
21
27
28
+HTTP/1.1
29
+--------
30
22
31
.. autoclass:: hyper.HTTP11Connection
23
32
24
33
0 commit comments