mliezun / caddy-snake

Caddy plugin to serve Python apps
MIT License
68 stars 2 forks source link

Use lowercase headers in ASGI #18

Closed mliezun closed 1 month ago

mliezun commented 1 month ago

According to the spec it is preferred but not required to use lowercase in header keys. From issue #17 it arises that FastAPI cannot detect headers correctly unless the keys are lowercase.