PathMethod

data class PathMethod(val path: String, val method: Method)

Constructors

Link copied to clipboard
constructor(path: String, method: Method)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
infix fun to(handler: HttpHandler): RoutingHttpHandler