RouteMapEntry

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

Properties

handler
Link copied to clipboard
val handler: T
method
Link copied to clipboard
val method: HttpMethod
path
Link copied to clipboard
val path: String