alieksie
"/bar/" / Path.string().of(name = "foo")
"/bar/" / Path.string().of(name = "foo").optional
/bar/foo
/bar/
reik.schatz
dave
fun execute() { execute(null) } fun execute(name: String?) "/match/" bindContract Method.GET to ::execute "/match/" / Path.string().of(name = "foo") bindContract Method.GET to ::execute
A modern programming language that makes developers happier.