NameTitleDescription
Draft7response-headers.jsonResponse headers modifierEnterprise only. Allows you to transform response headers declaratively. See: https://www.krakend.io/docs/enterprise/service-settings/response-headers-modifier/
Draft7response-body.jsonResponse values modifierEnterprise 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/
Draft7martian.jsonMartian modifiersThe 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/
Draft7lua.jsonLua modifierScripting 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/
Draft7jmespath.jsonJMESPath: Response manipulation with query languageThe 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/
Draft7body-generator.jsonTemplate-based body generatorEnterprise only. Crafts the body/payload using a templating system. See: https://www.krakend.io/backends/body-generator/