We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b20cde commit fc51ab1Copy full SHA for fc51ab1
aioquic/asyncio/__init__.py
@@ -1,2 +1,3 @@
1
from .client import connect # noqa
2
+from .protocol import QuicConnectionProtocol # noqa
3
from .server import serve # noqa
docs/api.rst
@@ -21,5 +21,5 @@ Common
21
.. automethod:: close()
22
.. automethod:: create_stream()
23
.. automethod:: ping()
24
+ .. automethod:: wait_closed()
25
.. automethod:: wait_connected()
- .. autoattribute:: alpn_protocol
0 commit comments