Raquel V
04/25/2018, 10:03 AMcall.respondWrite(contentType = ContentType.Application.GZip) {
val output = WriterOutputStream(this)
val writer = BufferedWriter(OutputStreamWriter(GZIPOutputStream(output), "UTF-8"))
...
but this is not compressing the response, do you see anything weird there? or can you point me out to other way of doing it with ktor?Deactivated User
04/25/2018, 2:54 PM