We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9d0d5 commit 00912e8Copy full SHA for 00912e8
2 files changed
docs/reference/trio/client.rst
@@ -1,6 +1,12 @@
1
Client (:mod:`trio`)
2
=======================
3
4
+.. admonition:: The :mod:`trio` API is experimental.
5
+ :class: caution
6
+
7
+ Please provide feedback in GitHub issues about the API, especially if you
8
+ believe there's a more intuitive or convenient way to connect to a server.
9
10
.. automodule:: websockets.trio.client
11
12
Opening a connection
docs/reference/trio/server.rst
Server (:mod:`trio`)
+ believe there's a more intuitive or convenient way to run a server.
.. automodule:: websockets.trio.server
Creating a server
0 commit comments