We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we rely on the starlette module solely for the purposes of:
scope
receive
send
message
While this is certainly handy, we definitely don't need to depend on an entire server library just to do this work.
Are there any type/data-only packages that can do this without also including an entire server/framework?
The text was updated successfully, but these errors were encountered:
Also relevant: both #3 and #4 (which were security-related patches) could likely be avoided by moving away from starlette.
starlette
Sorry, something went wrong.
jerluc
No branches or pull requests
Currently, we rely on the starlette module solely for the purposes of:
scope
,receive
,send
,message
)While this is certainly handy, we definitely don't need to depend on an entire server library just to do this work.
Are there any type/data-only packages that can do this without also including an entire server/framework?
The text was updated successfully, but these errors were encountered: