summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_clang.h
diff options
context:
space:
mode:
authorsynodriver <diguohuangjiajinweijun@gmail.com>2023-05-27 22:18:46 +0800
committerAndrew Clayton <a.clayton@nginx.com>2023-06-01 00:25:03 +0100
commit93ed66958e11b40cc06dcb32fc8e623967af6347 (patch)
tree720ddd839d0594a0ffc6fb36e8c8a71fcd42b2a9 /src/nxt_clang.h
parent31ff94add9c4043a753683d9e8b68733c69aa1ac (diff)
downloadunit-93ed66958e11b40cc06dcb32fc8e623967af6347.tar.gz
unit-93ed66958e11b40cc06dcb32fc8e623967af6347.tar.bz2
Python: Add ASGI lifespan state support.
Lifespan state is a special dict in asgi lifespan scope, which allow applications to persist data from the lifespan cycle to request/response handling. The scope["state"] namespace provides a place to store these sorts of things. The server will ensure that a shallow copy of the namespace is passed into each subsequent request/response call into the application. Some frameworks are already taking advantage of this feature, for example, starlette, and without this feature they wouldn't work properly. Signed-off-by: synodriver <diguohuangjiajinweijun@gmail.com> Reviewed-by: Andrew Clayton <a.clayton@nginx.com> [ Minor code tweaks to avoid lines > 80 chars, static a function and re-work the PyMemberDef structure initialisation for Python <3.7 and -Wwrite-strings compatibility - Andrew ] Tested-by: <https://github.com/synodriver> Tested-by: <https://github.com/hawiliali> Closes: <https://github.com/nginx/unit/issues/864> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/nxt_clang.h')
0 files changed, 0 insertions, 0 deletions