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 | 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/ |