-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
Disclaimer: I'm the author of ASGI
pathsend
extension and also the maintainer of Granian, an ASGI server supporting this extension.
The ASGI pathsend extension offloads streaming files' contents to the server, instead of expecting the application/framework to do so.
Servers providing such capability usually provides a noticeable performance gain in throughput for this kind of responses.
Given pathsend
potentially give a free performance boost to all the applications served with servers implementing this feature, it would be nice to have it supported by Sanic.
Additional context
No response