tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

Jlbelmonte/gzip #645

Closed jlbelmonte closed 6 years ago

jlbelmonte commented 6 years ago

Using colossus service filters I added a couple of filters one for Http protocol and another for StreamingHttp to add support for Gzip and Deflate.

I have extracted the Compressor and Zlib compressor out from colossus.protocol.memcache package to colossus.util.

I also added a Gzip compressor.

@benblack86 @aliyakamercan @amotamed @DanSimon

jlbelmonte commented 6 years ago

going to close this PR until I fix the test