rrva
02/16/2024, 5:16 PMAleksei Tirman [JB]
02/19/2024, 7:54 AMCompression
plugin the body of the Application.module
method, I can see that the responses contain the Content-Encoding: gzip
header:
fun Application.module() {
install(Compression) {
gzip()
}
// ...
}
rrva
02/19/2024, 7:55 AMrrva
02/19/2024, 7:56 AM