Values.HttpGatewayRouteActionSourceAn object that represents the action to take if a match is determined.
type nonrec t = {rewrite : HttpGatewayRouteRewrite.t option;The gateway route action to rewrite.
*)target : GatewayRouteTarget.t;An object that represents the target that traffic is routed to when a request matches the gateway route.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of ListenerPort.t
| `Structure of
(string * [> `Enum of string | `String of HttpPathExact.t ])
list ])
list ])
list ]