]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blobdiff - dhall/server/service/plugin/Config.dhall
Merge pull request #27 from gaetanfl/fix_upstream_creation_return_code
[github/fretlink/ansible-kong-app.git] / dhall / server / service / plugin / Config.dhall
index d54436b065fe3edebd1875a4903f28f66d978c2d..5ec90cf14ea50784035be1257f4d8f634a738a69 100644 (file)
@@ -1,9 +1,9 @@
 < CorrelationId :
-       { header_name : Text, echo_downstream : Bool }
-| RequestTransformer :
-       { add : { headers : List Text } }
+    { 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 }
->
\ No newline at end of file
+    { status_code : Natural, content_type : Text, body : Text }
+| IPRestriction : { whitelist : Text }
+| PreFunction : { functions : List Text }
+>