``` install(DefaultHeaders) install(Compressio...
# ktor
j
Copy code
install(DefaultHeaders)
    install(Compression.Feature)
    install(CallLogging)
Compression
kinda escapes from the pattern here... right?