Berkay Özkan
09/15/2023, 11:17 AMinstall(CallLogging) {
mdc(EXECUTOR_USER_KEY) { call ->
call.request.headers[EXECUTOR_USER_KEY]
}
}
Openapi generator doesn’t detect this headerAleksei Tirman [JB]
09/15/2023, 1:10 PMBerkay Özkan
09/15/2023, 1:11 PMBerkay Özkan
09/15/2023, 1:19 PMapi
as string. But this requires to scope change of method from internal to publicAleksei Tirman [JB]
09/15/2023, 2:14 PM