Skip to content

Commit

Permalink
Merge pull request #54 from krakend/fix_decompress_gzip
Browse files Browse the repository at this point in the history
Fix decompress gzip
  • Loading branch information
alombarte authored Nov 12, 2024
2 parents 5b8430a + f4de783 commit e8dce02
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 6 additions & 0 deletions v2.7/endpoint_extra_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
],
"type": "string"
},
"decompress_gzip": {
"title": "Decompress Gzip",
"description": "Enterprise Only. Decompresses any Gzipped content before sending it to the backend when the `Content-Encoding` has `gzip` in the first position. You can also set this value globally at the [service level](/docs/enterprise/service-settings/router-options/#max_payload).\n\nSee: https://www.krakend.io/docs/service-settings/router-options/",
"default": false,
"type": "boolean"
},
"flatmap_filter": {
"$id": "#proxy/flatmap_filter",
"title": "Flatmap (Array manipulation)",
Expand Down
12 changes: 6 additions & 6 deletions v2.7/krakend.json
Original file line number Diff line number Diff line change
Expand Up @@ -3058,6 +3058,12 @@
],
"type": "string"
},
"decompress_gzip": {
"title": "Decompress Gzip",
"description": "Enterprise Only. Decompresses any Gzipped content before sending it to the backend when the `Content-Encoding` has `gzip` in the first position. You can also set this value globally at the [service level](/docs/enterprise/service-settings/router-options/#max_payload).\n\nSee: https://www.krakend.io/docs/service-settings/router-options/",
"default": false,
"type": "boolean"
},
"flatmap_filter": {
"title": "Flatmap (Array manipulation)",
"description": "The list of operations to **execute sequentially** (top down). Every operation is defined with an object containing two properties:\n\nSee: https://www.krakend.io/docs/backends/flatmap/",
Expand Down Expand Up @@ -4848,12 +4854,6 @@
"title": "Proxy option",
"type": "object",
"properties": {
"decompress_gzip": {
"title": "Decompress Gzip",
"description": "Enterprise Only. Decompresses any Gzipped content before sending it to the backend when the `Content-Encoding` has `gzip` in the first position. You can also set this value globally at the [service level](/docs/enterprise/service-settings/router-options/#max_payload).\n\nSee: https://www.krakend.io/docs/service-settings/router-options/",
"default": false,
"type": "boolean"
},
"flatmap_filter": {
"title": "Flatmap (Array manipulation)",
"description": "The list of operations to **execute sequentially** (top down). Every operation is defined with an object containing two properties:\n\nSee: https://www.krakend.io/docs/backends/flatmap/",
Expand Down
6 changes: 0 additions & 6 deletions v2.7/proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
"title": "Proxy option",
"type": "object",
"properties": {
"decompress_gzip": {
"title": "Decompress Gzip",
"description": "Enterprise Only. Decompresses any Gzipped content before sending it to the backend when the `Content-Encoding` has `gzip` in the first position. You can also set this value globally at the [service level](/docs/enterprise/service-settings/router-options/#max_payload).\n\nSee: https://www.krakend.io/docs/service-settings/router-options/",
"default": false,
"type": "boolean"
},
"flatmap_filter": {
"$id": "#proxy/flatmap_filter",
"title": "Flatmap (Array manipulation)",
Expand Down

0 comments on commit e8dce02

Please sign in to comment.