RouteMapEntry

data class RouteMapEntry<T>(method: <ERROR CLASS>, path: String, handler: T)

Properties

Link copied to clipboard
val handler: T
Link copied to clipboard
val method: <ERROR CLASS>
Link copied to clipboard
val path: String