pgjones / hypercorn

Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.

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.