papsign / Ktor-OpenAPI-Generator

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

Support parameters from headers #31

Closed SerVB closed 4 years ago

SerVB commented 4 years ago

It seems that header parameters can be supported: https://rajeevdotnet.blogspot.com/2018/03/swagger-ui-how-to-add-custom-header.html.

Wicpar commented 4 years ago

Yes, there were omitted as they are rarely used. They can be rapidly be implemented if required. No idea if swagger UI handles them correctly, SwaggerUI has its limitations, it's better to use a tool like Postman

SerVB commented 4 years ago

Merged – okay then :)