akka/akka-http

Http, client: Provide high-level support for response decompression

Open

#209 opened on Sep 9, 2016

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Scala (598 forks)batch import
1 - triagedhelp wantedt:client

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (Avg merge 1d 10h) (2 merged PRs in 30d)

Description

Issue by jrudolph Tuesday Feb 10, 2015 at 14:24 GMT Originally opened as https://github.com/akka/akka/issues/16813


See spray/spray#987

In spray, you could add a decode(...) clause to your pipeline to add support for a single decoder. As noted in the ticket it would make sense to provide also an automatic solution that tries all known decodes.

/cc @sirthias

Contributor guide