]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blame - dhall/server/service/plugin/Config.dhall
Merge pull request #7 from haitlahcen/dhall-interface
[github/fretlink/ansible-kong-app.git] / dhall / server / service / plugin / Config.dhall
CommitLineData
77e27a11
HAL
1< CorrelationId :
2 { header_name : Text, echo_downstream : Bool }
3| RequestTransformer :
4 { `add.headers` : Text }
5| RequestTermination :
6 { status_code : Natural, content_type : Text, body : Text }
7| IPRestriction :
8 { whitelist : Text }
9>