akka / akka-http

The Streaming-first HTTP server/module of Akka
https://doc.akka.io/docs/akka-http
Other
1.34k stars 596 forks source link

support for brotli compression #2092

Open Prithvirajbilla opened 6 years ago

Prithvirajbilla commented 6 years ago

Brotli is a better standard for compression than gzip. All major browsers have support for it.

I think it would be awesome if akka-http has first class support for brotli along side with gzip.

Let me know what you folks think about this.

reference links: https://tools.ietf.org/html/rfc7932 https://blogs.akamai.com/2016/02/understanding-brotlis-potential.html https://certsimple.com/blog/nginx-brotli

ktoso commented 6 years ago

We won't be working on it in the foreseeable future. If you'd like to contribute feel free to hack on it.

Prithvirajbilla commented 6 years ago

okay. I will take a shot at this. Thanks

ggPeti commented 4 years ago

@Prithvirajbilla have you taken a shot?

Prithvirajbilla commented 4 years ago

@ggPeti No I didn't get a chance to do this.