aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/server/service/plugin/Config.dhall
blob: 1f600806feb823d3d58a439fc29fb88949c006c2 (plain) (blame)
1
2
3
4
5
6
7
8
< CorrelationId :
    { header_name : Text, echo_downstream : Bool, generator : Text }
| RequestTransformer : { add : { headers : List Text } }
| RequestTermination :
    { status_code : Natural, content_type : Text, body : Text }
| IPRestriction : { whitelist : Text }
| PreFunction : { functions : List Text }
>