xref
: /
unit
/
test
/
python
/
lifespan
/
error_auto
/
asgi.py
(revision 1628:93e2931202bb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
async
def
application
(
scope
,
receive
,
send
):
2
assert
scope
[
'type'
] ==
'http'
3