Automated update of Base Application package.
This commit is contained in:
parent
fb82a77ed4
commit
7038a6fdb7
BIN
dist/app-1.0.0-py3-none-any.whl
vendored
BIN
dist/app-1.0.0-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/app-1.0.0.tar.gz
vendored
BIN
dist/app-1.0.0.tar.gz
vendored
Binary file not shown.
@ -73,7 +73,7 @@ class BaseApplication(web.Application):
|
|||||||
return await handler(request)
|
return await handler(request)
|
||||||
|
|
||||||
@web.middleware
|
@web.middleware
|
||||||
async def request_middleware(self, request:web.Request, handler):
|
async def request_middleware(self, request: web.Request, handler):
|
||||||
time_start = time.time()
|
time_start = time.time()
|
||||||
created = get_timestamp()
|
created = get_timestamp()
|
||||||
response = await handler(request)
|
response = await handler(request)
|
||||||
|
Loading…
Reference in New Issue
Block a user