uvicorn
uvicorn copied to clipboard
Add support for Trailers
Original discussion: #1593 Issue: #1596
Looks like I need to update asgi ref before the tests will pass here. I will PR that to add trailers
property to HTTPResponseStartEvent, then also add a new HTTPResponseTrailersEvent
Looks like I need to update asgi ref before the tests will pass here. I will PR that to add
trailers
property to HTTPResponseStartEvent, then also add a newHTTPResponseTrailersEvent
See https://github.com/django/asgiref/issues/141#issuecomment-1111289069 for more information on what is needed.
@sam-kleiner Are you willing to keep working on this?
Also, do you have a real use-case for this extension?
Closing as stale.
If someone has a good use case, please create a discussion pointing that out. :pray: