HttpRouteConfigResponse

data class HttpRouteConfigResponse(val destination: GatewayDestinationResponse, val match: HttpRouteMatchRuleResponse, val name: String)

Describes the hostname properties for http routing.

Constructors

Link copied to clipboard
constructor(destination: GatewayDestinationResponse, match: HttpRouteMatchRuleResponse, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes destination endpoint for routing traffic.

Link copied to clipboard

Describes a rule for http route matching.

Link copied to clipboard

http route name.