# A String that compose an URI.
#
# In practice, UriPart can be parameters or static strings.
private interface UriPart
# Does `self` matches a part of the uri?
fun match(uri_part: String): Bool is abstract
end
lib/nitcorn/vararg_routes.nit:212,1--218,3