Values.HttpGatewayRouteRewriteSourceAn object representing the gateway route to rewrite.
type nonrec t = {hostname : GatewayRouteHostnameRewrite.t option;The host name to rewrite.
*)path : HttpGatewayRoutePathRewrite.t option;The path to rewrite.
*)prefix : HttpGatewayRoutePrefixRewrite.t option;The specified beginning characters to rewrite.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of HttpPathExact.t ])
list ])
list ]