orangy
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:
install(DefaultHeaders) {
header(HttpHeaders.Server, "myServer")
}