Gzip Compression Format in Scala AWS Lambda code

前端 未结 0 1193
没有蜡笔的小新
没有蜡笔的小新 2020-11-29 12:13

I am using this method to compress my JSON response :

def compressString(content: String): Array[Byte] = {
 val bos = new ByteArrayOutputStream()
 val gzs = n         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题