File tree Expand file tree Collapse file tree 11 files changed +23
-21
lines changed
Expand file tree Collapse file tree 11 files changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Tutorial
3535Learn how to build an real-time web application with websockets.
3636
3737.. toctree ::
38+ :maxdepth: 1
3839
3940 tutorial1
4041 tutorial2
Original file line number Diff line number Diff line change 1- Client (new :mod: `asyncio `)
2- ===========================
1+ Client (:mod: `asyncio `)
2+ =======================
33
44.. automodule :: websockets.asyncio.client
55
Original file line number Diff line number Diff line change 11:orphan:
22
3- Both sides (new :mod: `asyncio `)
4- ===============================
3+ Both sides (:mod: `asyncio `)
4+ ===========================
55
66.. automodule :: websockets.asyncio.connection
77
Original file line number Diff line number Diff line change 1- Server (new :mod: `asyncio `)
2- ===========================
1+ Server (:mod: `asyncio `)
2+ =======================
33
44.. automodule :: websockets.asyncio.server
55
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ Both sides
6868 | Measure latency | ✅ | ✅ | — | ✅ |
6969 +------------------------------------+--------+--------+--------+--------+
7070 | Perform the closing handshake | ✅ | ✅ | ✅ | ✅ |
71+ +------------------------------------+--------+--------+--------+--------+
7172 | Enforce closing timeout | ✅ | ✅ | — | ✅ |
7273 +------------------------------------+--------+--------+--------+--------+
7374 | Report close codes and reasons | ✅ | ✅ | ✅ | ❌ |
@@ -177,7 +178,7 @@ There is no way to control compression of outgoing frames on a per-frame basis
177178.. _#538 : https://github.com/python-websockets/websockets/issues/538
178179
179180The server doesn't check the Host header and doesn't respond with HTTP 400 Bad
180- Request if it is missing or invalid (`#1246 `).
181+ Request if it is missing or invalid (`#1246 `_ ).
181182
182183.. _#1246 : https://github.com/python-websockets/websockets/issues/1246
183184
Original file line number Diff line number Diff line change @@ -51,12 +51,11 @@ application servers.
5151 sansio/server
5252 sansio/client
5353
54- :mod: `asyncio ` (legacy)
55- -----------------------
56-
57- This is the historical implementation.
54+ Legacy
55+ ------
5856
59- It is deprecated and will be removed.
57+ This is the historical implementation. It is deprecated. It will be removed by
58+ 2030.
6059
6160.. toctree ::
6261 :titlesonly:
@@ -67,7 +66,7 @@ It is deprecated and will be removed.
6766Extensions
6867----------
6968
70- The Per-Message Deflate extension is built in. You may also define custom
69+ The Per-Message Deflate extension is built- in. You may also define custom
7170extensions.
7271
7372.. toctree ::
Original file line number Diff line number Diff line change 1- Client (legacy :mod: ` asyncio ` )
2- ==============================
1+ Client (legacy)
2+ ===============
33
44.. admonition :: The legacy :mod:`asyncio` implementation is deprecated.
55 :class: caution
Original file line number Diff line number Diff line change 11:orphan:
22
3- Both sides (legacy :mod: ` asyncio ` )
4- ==================================
3+ Both sides (legacy)
4+ ===================
55
66.. admonition :: The legacy :mod:`asyncio` implementation is deprecated.
77 :class: caution
Original file line number Diff line number Diff line change 1- Server (legacy :mod: ` asyncio ` )
2- ==============================
1+ Server (legacy)
2+ ===============
33
44.. admonition :: The legacy :mod:`asyncio` implementation is deprecated.
55 :class: caution
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ healthz
3333html
3434hypercorn
3535iframe
36+ io
3637IPv
3738istio
3839iterable
You can’t perform that action at this time.
0 commit comments