We're running a Ktor app with Netty embedded serve...
# ktor
m
We're running a Ktor app with Netty embedded server along the lines of https://ktor.io/servers/configuration.html#netty. When we hit an endpoint, one of the HTTP headers that comes back with the response is
Server: Application/debug ktor/debug
. What does
debug
indicate? Can the header be suppressed?