Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit fe4635a

Browse files
committed
Refactor API docs.
1 parent 2761374 commit fe4635a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/source/api.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ Interface
77

88
This section of the documentation covers the interface portions of ``hyper``.
99

10-
Primary HTTP/2 Interface
11-
------------------------
10+
Primary HTTP Interface
11+
----------------------
12+
13+
.. autoclass:: hyper.HTTPConnection
14+
:inherited-members:
15+
16+
HTTP/2
17+
------
1218

1319
.. autoclass:: hyper.HTTP20Connection
1420
:inherited-members:
@@ -19,6 +25,9 @@ Primary HTTP/2 Interface
1925
.. autoclass:: hyper.HTTP20Push
2026
:inherited-members:
2127

28+
HTTP/1.1
29+
--------
30+
2231
.. autoclass:: hyper.HTTP11Connection
2332
:inherited-members:
2433

0 commit comments

Comments
 (0)