This commit is contained in:
yumoqing 2025-08-25 10:54:07 +08:00
parent e76f66878a
commit 4579152082
2 changed files with 3 additions and 3 deletions

View File

@ -445,6 +445,6 @@ add a new global function named "server_error(errcode)", it will raise a HTTPExc
* 503 aiohttp.web.HTTPServiceUnavailable 服务不可用
else it will raise HTTPException exception
#### request['run_ns']
global environment now can access from request['run_ns'], it contains all the globals variable in ServerEnv and related variables of request
#### request._run_ns
global environment now can access from request._run_ns, it contains all the globals variable in ServerEnv and related variables of request

View File

@ -1,7 +1,7 @@
# setup.cfg
[metadata]
name = ahserver
version = 1.0.8
version = 1.0.9
description = A application server base on aiohttp
author = yu moqing
author_email = yumoqing@gmail.com