Http Route Config Response
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)