Replies: 1 comment
-
refer: https://asgi.readthedocs.io/en/latest/specs/lifespan.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
recently i am making a TestClient based on httpx.AsyncClient, like what starlette have done
my raw code is
the question is there is no way to set state in
httpx.ASGITransport
so i have to re-write a ASGITransport class, but only add a state parameter.
so i was wondering if there's a chance to add state in httpx.ASGITransport
Beta Was this translation helpful? Give feedback.
All reactions