add_middleware is missing from the documentation #1762
Answered
by
adriangb
sandeep-gh
asked this question in
Potential Issue
-
Not sure if this is intentional, but add_middleware member function of Starlette() is used quite a few places but is missing from the documentation. Especially on the middleware page (https://www.starlette.io/middleware/). Probably a omission and needs fixing. |
Beta Was this translation helpful? Give feedback.
Answered by
adriangb
Jul 13, 2022
Replies: 1 comment 5 replies
-
This is intentional: starlette/starlette/applications.py Line 126 in 182ed74 Where are you seeing it mentioned? |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
adriangb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is intentional:
starlette/starlette/applications.py
Line 126 in 182ed74
Where are you seeing it mentioned?