HttpHostConfigResponse

data class HttpHostConfigResponse(val name: String, val routes: List<HttpRouteConfigResponse>)

Describes the hostname properties for http routing.

Constructors

Link copied to clipboard
constructor(name: String, routes: List<HttpRouteConfigResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

http hostname config name.

Link copied to clipboard

Route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases.