This commit is contained in:
David Sanders 2025-11-16 02:29:40 +02:00 committed by GitHub
commit 2e69dcb357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,7 +154,8 @@ Other middleware hooks
======================
Besides the basic request/response middleware pattern described earlier, you
can add three other special methods to class-based middleware:
can add three other special methods to class-based middleware as methods or
function-based middleware as attributes of the middleware function:
.. _view-middleware: