Draft7 | response-headers.json | Response headers modifier | Enterprise only. Allows you to transform response headers declaratively.
See: https://www.krakend.io/docs/enterprise/service-settings/response-headers-modifier/ |
Draft7 | response-body.json | Response values modifier | Enterprise only. The content replacer plugin allows you to modify the response of your services by doing literal replacements or more sophisticated replacements with regular expressions.
See: https://www.krakend.io/docs/enterprise/endpoints/content-replacer/ |
Draft7 | martian.json | Martian modifiers | The Martian component allows you to modify requests and responses with static data through a simple DSL definition in the configuration file.
See: https://www.krakend.io/docs/endpoints/martian/ |
Draft7 | lua.json | Lua modifier | Scripting with Lua is an additional choice to extend your business logic, and is compatible with the rest of options such as CEL, Martian, or other Go plugins and middlewares.
See: https://www.krakend.io/docs/endpoints/lua/ |
Draft7 | jmespath.json | JMESPath: Response manipulation with query language | The JMESPath query language allows you to select, slice, filter, map, project, flatten, sort, and all sorts of operations on data.
See: https://www.krakend.io/docs/enterprise/endpoints/jmespath/ |
Draft7 | body-generator.json | Template-based body generator | Enterprise only. Crafts the body/payload using a templating system.
See: https://www.krakend.io/backends/body-generator/ |