Files
nginx-unit/test/python/lifespan/error_auto/asgi.py
2020-10-05 11:05:00 +01:00

3 lines
80 B
Python

async def application(scope, receive, send):
assert scope['type'] == 'http'