aboutsummaryrefslogblamecommitdiffhomepage
path: root/dhall/server/service/plugin/Config.dhall
blob: ea53361976a12621e75edcecc4f94c6a5f133d5e (plain) (tree)
1
2
3
4
5
6
7
8
9
                 
                                                                        
                      
                                         
                      
                                                                   
                 
                            
 
< 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 }
>