`debug` is default value for when there is no mani...
# ktor
o
debug
is default value for when there is no manifest, otherwise it should provide version info. Or you can confiure
DefaultHeaders
feature to provide whatever you want:
Copy code
install(DefaultHeaders) {
        header(HttpHeaders.Server, "myServer")
    }