HttpRouteResponse

data class HttpRouteResponse(val action: HttpRouteActionResponse? = null, val match: HttpRouteMatchResponse? = null)

Http Routes configuration, including paths to match on and whether or not rewrites are to be done.

Constructors

Link copied to clipboard
constructor(action: HttpRouteActionResponse? = null, match: HttpRouteMatchResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Once route is matched, what is the desired action

Link copied to clipboard

Conditions route will match on