Kludex / starlette-testclient

A backport of Starlette's TestClient using requests! ⏪️
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

fix: send the version metadata in lifespan #9

Closed Stranger6667 closed 6 months ago

Stranger6667 commented 6 months ago

From the spec

The key scope["asgi"] will also be present as a dictionary containing a scope["asgi"]["version"] key that corresponds to the ASGI version the server implements. If missing, the version should default to "2.0".