HttpHeaderRouteSelector
Evaluates a route against a header in the request.
Parameters
name
is the name of the header
value
is the value of the header
Properties
Functions
Link copied to clipboard
open override fun evaluate(context: RoutingResolveContext, segmentIndex: Int): RouteSelectorEvaluation
Evaluates this selector against context and a path segment at segmentIndex.