Skip to content

Uvicorn Trailers

The uvicorn-trailers package adds support for HTTP Trailers to Uvicorn.

Installation

pip install uvicorn-trailers

Usage

import uvicorn
import uvicorn_trailers

if __name__ == "__main__":
    uvicorn.run("app:app", http=uvicorn_trailers.HTTPProtocol)

License

This project is licensed under the terms of the MIT license.