HttpAcceptRouteSelector

data class HttpAcceptRouteSelector(contentType: <ERROR CLASS>) : RouteSelector

Evaluates a route against a Content-Type in the HttpHeaders.Accept request header.

Parameters

contentType

is an instance of ContentType

Constructors

Link copied to clipboard
fun HttpAcceptRouteSelector(contentType: <ERROR CLASS>)

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.

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val contentType: <ERROR CLASS>
Link copied to clipboard
val quality: Double