zio / zio-http

A next-generation Scala framework for building scalable, correct, and efficient HTTP clients and servers
https://zio.dev/zio-http
Apache License 2.0
800 stars 403 forks source link

fix OpenAPI code gen not quoting arbitrary header names #3136

Closed geeeezmo closed 2 months ago

geeeezmo commented 2 months ago

Arbitrary header names are now quoted.

Fixes #3102