Skip to content

Commit 8368069

Browse files
[PR #10968/ff7feaf4 backport][3.12] Update Key Features to mention client middleware (#10975)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent ca98b97 commit 8368069

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGES/10968.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9732.feature.rst

docs/client_reference.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,6 @@ Utilities
20512051
:return: encoded authentication data, :class:`str`.
20522052

20532053

2054-
20552054
.. class:: DigestAuthMiddleware(login, password)
20562055

20572056
HTTP digest authentication client middleware.

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Key Features
2323
without the Callback Hell.
2424
- Web-server has :ref:`aiohttp-web-middlewares`,
2525
:ref:`aiohttp-web-signals` and pluggable routing.
26+
- Client supports :ref:`middleware <aiohttp-client-middleware>` for
27+
customizing request/response processing.
2628

2729
.. _aiohttp-installation:
2830

0 commit comments

Comments
 (0)