Http Route Match Header Response
data class HttpRouteMatchHeaderResponse(val name: String, val type: String? = null, val value: String? = null)
Describes header information for http route matching.
Describes header information for http route matching.