Open jerluc opened 2 years ago
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?
Also relevant: both #3 and #4 (which were security-related patches) could likely be avoided by moving away from starlette.
starlette
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?