aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/server/service/plugin/Config.dhall
blob: 5ec90cf14ea50784035be1257f4d8f634a738a69 (plain) (blame)
1
2
3
4
5
6
7
8
9
< 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 }
| PreFunction : { functions : List Text }
>