]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blob - dhall/server/service/plugin/Config.dhall
add(dhall): introduce pre-function plugin
[github/fretlink/ansible-kong-app.git] / dhall / server / service / plugin / Config.dhall
1 < CorrelationId :
2 { header_name : Text, echo_downstream : Bool, generator : Text }
3 | RequestTransformer : { add : { headers : List Text } }
4 | RequestTermination :
5 { status_code : Natural, content_type : Text, body : Text }
6 | IPRestriction : { whitelist : Text }
7 | PreFunction : { functions : List Text }
8 >