@@ -125,8 +125,6 @@ Server
125125 +------------------------------------+--------+--------+--------+--------+
126126 | Perform HTTP Basic Authentication | ✅ | ✅ | ❌ | ✅ |
127127 +------------------------------------+--------+--------+--------+--------+
128- | Perform HTTP Digest Authentication | ❌ | ❌ | ❌ | ❌ |
129- +------------------------------------+--------+--------+--------+--------+
130128 | Dispatch connections to handlers | ✅ | ✅ | — | ❌ |
131129 +------------------------------------+--------+--------+--------+--------+
132130
@@ -165,16 +163,11 @@ Client
165163 +------------------------------------+--------+--------+--------+--------+
166164 | Perform HTTP Basic Authentication | ✅ | ✅ | ✅ | ✅ |
167165 +------------------------------------+--------+--------+--------+--------+
168- | Perform HTTP Digest Authentication | ❌ | ❌ | ❌ | ❌ |
169- | (`#784 `_) | | | | |
170- +------------------------------------+--------+--------+--------+--------+
171166 | Connect via HTTP proxy | ✅ | ✅ | — | ❌ |
172167 +------------------------------------+--------+--------+--------+--------+
173168 | Connect via SOCKS5 proxy | ✅ | ✅ | — | ❌ |
174169 +------------------------------------+--------+--------+--------+--------+
175170
176- .. _#784 : https://github.com/python-websockets/websockets/issues/784
177-
178171Known limitations
179172-----------------
180173
@@ -188,6 +181,10 @@ Request if it is missing or invalid (`#1246`).
188181
189182.. _#1246 : https://github.com/python-websockets/websockets/issues/1246
190183
184+ The client doesn't support HTTP Digest Authentication (`#784 `_).
185+
186+ .. _#784 : https://github.com/python-websockets/websockets/issues/784
187+
191188The client API doesn't attempt to guarantee that there is no more than one
192189connection to a given IP address in a CONNECTING state. This behavior is
193190mandated by :rfc: `6455 `, section 4.1. However, :func: `~asyncio.client.connect() `
0 commit comments