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