HttpRouteRuleActionUrlRewrite

data class HttpRouteRuleActionUrlRewrite(val hostRewrite: String? = null, val pathPrefixRewrite: String? = null)

Constructors

Link copied to clipboard
constructor(hostRewrite: String? = null, pathPrefixRewrite: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostRewrite: String? = null

Prior to forwarding the request to the selected destination, the requests host header is replaced by this value.

Link copied to clipboard

Prior to forwarding the request to the selected destination, the matching portion of the requests path is replaced by this value.