File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ <h2 id="setup-middleware">Setup middleware</h2>
172172< p > Middleware handles the most important and complex part -
173173managing context and sessions.</ p >
174174< p > You can use the ready-made middleware components:</ p >
175- < h3 id ="asgi-middleware "> ASGI middleware </ h3 >
175+ < h3 id ="asgi-middleware "> Pure ASGI </ h3 >
176176< pre > < code class ="language-python "> from context_async_sqlalchemy import ASGIHTTPDBSessionMiddleware
177177
178178app.add_middleware(ASGIHTTPDBSessionMiddleware)
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ managing context and sessions.
8181
8282You can use the ready-made middleware components:
8383
84- ### ASGI middleware
84+ ### Pure ASGI
8585
8686``` python
8787from context_async_sqlalchemy import ASGIHTTPDBSessionMiddleware
You can’t perform that action at this time.
0 commit comments