Skip to content

Commit 90db2de

Browse files
committed
Document HTTP Digest Auth as a known limitation.
Ref #784.
1 parent 5b51646 commit 90db2de

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/reference/features.rst

+4-7
Original file line numberDiff line numberDiff line change
@@ -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-
178171
Known 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+
191188
The client API doesn't attempt to guarantee that there is no more than one
192189
connection to a given IP address in a CONNECTING state. This behavior is
193190
mandated by :rfc:`6455`, section 4.1. However, :func:`~asyncio.client.connect()`

0 commit comments

Comments
 (0)