@@ -125,8 +125,6 @@ Server
125
125
+------------------------------------+--------+--------+--------+--------+
126
126
| Perform HTTP Basic Authentication | ✅ | ✅ | ❌ | ✅ |
127
127
+------------------------------------+--------+--------+--------+--------+
128
- | Perform HTTP Digest Authentication | ❌ | ❌ | ❌ | ❌ |
129
- +------------------------------------+--------+--------+--------+--------+
130
128
| Dispatch connections to handlers | ✅ | ✅ | — | ❌ |
131
129
+------------------------------------+--------+--------+--------+--------+
132
130
@@ -165,16 +163,11 @@ Client
165
163
+------------------------------------+--------+--------+--------+--------+
166
164
| Perform HTTP Basic Authentication | ✅ | ✅ | ✅ | ✅ |
167
165
+------------------------------------+--------+--------+--------+--------+
168
- | Perform HTTP Digest Authentication | ❌ | ❌ | ❌ | ❌ |
169
- | (`#784 `_) | | | | |
170
- +------------------------------------+--------+--------+--------+--------+
171
166
| Connect via HTTP proxy | ✅ | ✅ | — | ❌ |
172
167
+------------------------------------+--------+--------+--------+--------+
173
168
| Connect via SOCKS5 proxy | ✅ | ✅ | — | ❌ |
174
169
+------------------------------------+--------+--------+--------+--------+
175
170
176
- .. _#784 : https://github.com/python-websockets/websockets/issues/784
177
-
178
171
Known limitations
179
172
-----------------
180
173
@@ -188,6 +181,10 @@ Request if it is missing or invalid (`#1246`).
188
181
189
182
.. _#1246 : https://github.com/python-websockets/websockets/issues/1246
190
183
184
+ The client doesn't support HTTP Digest Authentication (`#784 `_).
185
+
186
+ .. _#784 : https://github.com/python-websockets/websockets/issues/784
187
+
191
188
The client API doesn't attempt to guarantee that there is no more than one
192
189
connection to a given IP address in a CONNECTING state. This behavior is
193
190
mandated by :rfc: `6455 `, section 4.1. However, :func: `~asyncio.client.connect() `
0 commit comments