papsign / Ktor-OpenAPI-Generator

Ktor OpenAPI/Swagger 3 Generator
Apache License 2.0
243 stars 42 forks source link

Case sensitive http headers #100

Closed sigmanil closed 3 years ago

sigmanil commented 3 years ago

Closes #96

Wicpar commented 3 years ago

I would bring up is that those systems are not only meant for header params, but all parsing, including query params and sometimes post bodies which can be case sensitive according to the standard...

The "easy fix" would be that only the headers are set to lowercase.

Wicpar commented 3 years ago

also, it is legal to treat query strings case insensitively, it could be an option...