bugfix
This commit is contained in:
parent
e76f66878a
commit
4579152082
@ -445,6 +445,6 @@ add a new global function named "server_error(errcode)", it will raise a HTTPExc
|
|||||||
* 503 aiohttp.web.HTTPServiceUnavailable 服务不可用
|
* 503 aiohttp.web.HTTPServiceUnavailable 服务不可用
|
||||||
|
|
||||||
else it will raise HTTPException exception
|
else it will raise HTTPException exception
|
||||||
#### request['run_ns']
|
#### 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
|
global environment now can access from request._run_ns, it contains all the globals variable in ServerEnv and related variables of request
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# setup.cfg
|
# setup.cfg
|
||||||
[metadata]
|
[metadata]
|
||||||
name = ahserver
|
name = ahserver
|
||||||
version = 1.0.8
|
version = 1.0.9
|
||||||
description = A application server base on aiohttp
|
description = A application server base on aiohttp
|
||||||
author = yu moqing
|
author = yu moqing
|
||||||
author_email = yumoqing@gmail.com
|
author_email = yumoqing@gmail.com
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user