3 lines
80 B
Python
3 lines
80 B
Python
async def application(scope, receive, send):
|
|
assert scope['type'] == 'http'
|
async def application(scope, receive, send):
|
|
assert scope['type'] == 'http'
|