RouteMapEntry

data class RouteMapEntry<T>(val method: HttpMethod, val path: String, val handler: T)(source)

Constructors

Link copied to clipboard
constructor(method: HttpMethod, path: String, handler: T)

Properties

Link copied to clipboard
val handler: T
Link copied to clipboard
Link copied to clipboard