RouteMapEntry

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

Properties

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