HttpRouteURLRewriteResponse

data class HttpRouteURLRewriteResponse(val hostRewrite: String, val pathPrefixRewrite: String)

The specification for modifying the URL of the request, prior to forwarding the request to the destination.

Constructors

Link copied to clipboard
fun HttpRouteURLRewriteResponse(hostRewrite: String, pathPrefixRewrite: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.