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 ca98b97 commit 8368069Copy full SHA for 8368069
CHANGES/10968.feature.rst
@@ -0,0 +1 @@
1
+9732.feature.rst
docs/client_reference.rst
@@ -2051,7 +2051,6 @@ Utilities
2051
:return: encoded authentication data, :class:`str`.
2052
2053
2054
-
2055
.. class:: DigestAuthMiddleware(login, password)
2056
2057
HTTP digest authentication client middleware.
docs/index.rst
@@ -23,6 +23,8 @@ Key Features
23
without the Callback Hell.
24
- Web-server has :ref:`aiohttp-web-middlewares`,
25
:ref:`aiohttp-web-signals` and pluggable routing.
26
+- Client supports :ref:`middleware <aiohttp-client-middleware>` for
27
+ customizing request/response processing.
28
29
.. _aiohttp-installation:
30
0 commit comments