Helloo, while using ```install(CallLogging) { ...
# ktor
b
Helloo, while using
Copy code
install(CallLogging) {
    mdc(EXECUTOR_USER_KEY) { call ->
        call.request.headers[EXECUTOR_USER_KEY]
    }
}
Openapi generator doesn’t detect this header
a
Can you please file an issue?
b
Ofcourse
BTW is there a reason this method is internal and not public https://github.com/ktorio/ktor/blob/375b0d3b161099af418c41be227065a1db355261/ktor-[…]erver-swagger/jvm/src/io/ktor/server/plugins/swagger/Swagger.kt Because im planning to develop a library for supporting extra features for swagger. To do this i read swagger file that autogenerated than do the necessary manipulations then i need to directly pass
api
as string. But this requires to scope change of method from internal to public
a
You can file a feature request with the description of your use case.