diff --git a/reference/html/index.html b/reference/html/index.html index 8e28710c..b60f1c38 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -718,6 +718,17 @@ feign.compression.request.min-request-size=2048

These properties allow you to be selective about the compressed media types and minimum request threshold length.

+
+

For http clients except OkHttpClient, default gzip decoder can be enabled to decode gzip response in ISO-8859-1 encoding:

+
+
+
+
---
+feign.compression.response.enabled=true
+feign.compression.response.useGzipDecoder=true
+---
+
+

1.9. Feign logging

diff --git a/reference/html/spring-cloud-openfeign.html b/reference/html/spring-cloud-openfeign.html index 8e28710c..b60f1c38 100644 --- a/reference/html/spring-cloud-openfeign.html +++ b/reference/html/spring-cloud-openfeign.html @@ -718,6 +718,17 @@ feign.compression.request.min-request-size=2048

These properties allow you to be selective about the compressed media types and minimum request threshold length.

+
+

For http clients except OkHttpClient, default gzip decoder can be enabled to decode gzip response in ISO-8859-1 encoding:

+
+
+
+
---
+feign.compression.response.enabled=true
+feign.compression.response.useGzipDecoder=true
+---
+
+

1.9. Feign logging