HttpRouteActionResponse

data class HttpRouteActionResponse(val prefixRewrite: String? = null)

Action to perform once matching of routes is done

Constructors

Link copied to clipboard
constructor(prefixRewrite: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val prefixRewrite: String? = null

Rewrite prefix, default is no rewrites