]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blobdiff - 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
index 1f600806feb823d3d58a439fc29fb88949c006c2..5ec90cf14ea50784035be1257f4d8f634a738a69 100644 (file)
@@ -1,6 +1,7 @@
 < CorrelationId :
     { header_name : Text, echo_downstream : Bool, generator : Text }
 | RequestTransformer : { add : { headers : List Text } }
+| ResponseTransformer : { add : { headers : List Text } }
 | RequestTermination :
     { status_code : Natural, content_type : Text, body : Text }
 | IPRestriction : { whitelist : Text }