django / daphne

Django Channels HTTP/WebSocket server
BSD 3-Clause "New" or "Revised" License
2.37k stars 266 forks source link

[feature request] trailing headers #488

Open jeffsawatzky opened 11 months ago

jeffsawatzky commented 11 months ago

I am interested in creating an asgi framework to support gRPC, but for that I need an as asgi server that supports trailing headers. They are defined in asgi 3.0 here.

carltongibson commented 11 months ago

Should be OK to add. Would you like to take it on?