django / daphne

Django Channels HTTP/WebSocket server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] trailing headers

jeffsawatzky opened this issue · comments

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.

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