]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blame - dhall/server/service/plugin/Config.dhall
dhall(plugins): add binding for the 'response-transformer' plugin
[github/fretlink/ansible-kong-app.git] / dhall / server / service / plugin / Config.dhall
CommitLineData
77e27a11 1< CorrelationId :
80320193
HAL
2 { header_name : Text, echo_downstream : Bool, generator : Text }
3| RequestTransformer : { add : { headers : List Text } }
2187c77a 4| ResponseTransformer : { add : { headers : List Text } }
77e27a11 5| RequestTermination :
80320193
HAL
6 { status_code : Natural, content_type : Text, body : Text }
7| IPRestriction : { whitelist : Text }
8| PreFunction : { functions : List Text }
42e5588b 9>