HttpRouteMatchHeaderResponse

data class HttpRouteMatchHeaderResponse(val name: String, val type: String? = null, val value: String? = null)

Describes header information for http route matching.

Constructors

Link copied to clipboard
constructor(name: String, type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of header to match in request.

Link copied to clipboard
val type: String? = null

how to match header value

Link copied to clipboard
val value: String? = null

Value of header to match in request.