!htp #16593 negotiate content encoding

This commit is contained in:
2beaucoup 2014-12-22 15:18:19 +01:00
parent cf8e59785a
commit ada5922440
7 changed files with 219 additions and 290 deletions

View file

@ -53,7 +53,7 @@ class RejectionHandlerExamplesSpec extends RoutingSpec {
complete("Received GET")
} ~
post {
decodeRequest(Gzip) {
decodeRequestWith(Gzip) {
complete("Received POST")
}
}