We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
state
1 parent 627e29b commit 5cdc44cCopy full SHA for 5cdc44c
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 ``lifespan["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