We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861a59d commit 0357158Copy full SHA for 0357158
specs/lifespan.rst
@@ -65,7 +65,7 @@ Lifespan State
65
Applications often want to persist data from the lifespan cycle to request/response handling.
66
For example, a database connection can be established in the lifespan cycle and persisted to
67
the request/response cycle.
68
-The ``lifespan["state"]`` namespace provides a place to store these sorts of things.
+The ``scope["state"]`` namespace provides a place to store these sorts of things.
69
The server will ensure that a *shallow copy* of the namespace is passed into each subsequent
70
request/response call into the application.
71
Since the server manages the application lifespan and often the event loop as well this
0 commit comments