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

4 lines
119 B
Python

async def application(scope, receive, send):
if scope['type'] != 'http':
raise Exception('Exception blah')