Route

class Route(val path: String, val verb: String, val operation: JsonNode.Obj)(source)

An analyzed route: the full path, the lower-case HTTP method, and the operation object.

Constructors

Link copied to clipboard
constructor(path: String, verb: String, operation: JsonNode.Obj)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard