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