UriTemplate

The statically evaluated String.uri() implementation of a handler, as a template of string literals and $this holes: "/api/v1/test$this" becomes [Lit("/api/v1/test"), Hole], and apply substitutes the per-route path into the holes. The result of UriParser.parse.

Functions

Link copied to clipboard
fun apply(path: String): String