akka / akka-http

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

Move gzip/deflate decompression Flows from akka-http-experimental to akka-stream #211

Open ktoso opened 8 years ago

ktoso commented 8 years ago

Issue by liff Wednesday Sep 07, 2016 at 20:15 GMT Originally opened as https://github.com/akka/akka/issues/21395


Providing a Flow for decompressing gzip streams should be useful outside the HTTP context. For reading gzipped files, for example.

I propose moving the non-HTTP-related gzip and deflate compression and decompression classes from akka-http-experimental to akka-stream.

If that sounds OK, I can open a PR with the necessary changes.

ktoso commented 8 years ago

Comment by ktoso Wednesday Sep 07, 2016 at 21:03 GMT


Yes, it's a move we wanted to do since a long time but did not manage to get time to do it. Would be awesome if you could submit a PR for it, thanks!