Skip to content

Commit

Permalink
Fix decompress gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
alombarte committed Nov 15, 2024
1 parent 4addaff commit 41866e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 12 additions & 0 deletions v2.8/endpoint_extra_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,25 @@
],
"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)",
"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/",
"$ref": "proxy/flatmap.json",
"type": "array"
},
"max_payload": {
"title": "Maximum Payload",
"description": "Enterprise Only. Limits the maximum number of bytes a user can send to the endpoint. `0` means no limit. 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": 0,
"type": "integer"
},
"sequential": {
"$id": "#endpoint_extra_config/proxy/sequential",
"title": "Sequential proxy",
Expand Down
12 changes: 0 additions & 12 deletions v2.8/proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,13 @@
"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)",
"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/",
"$ref": "proxy/flatmap.json",
"type": "array"
},
"max_payload": {
"title": "Maximum Payload",
"description": "Enterprise Only. Limits the maximum number of bytes a user can send to the endpoint. `0` means no limit. 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": 0,
"type": "integer"
},
"shadow": {
"$id": "#proxy/shadow",
"title": "Traffic shadowing or mirroring",
Expand Down

0 comments on commit 41866e0

Please sign in to comment.