Property definitions

popcorn $ UriPart :: defaultinit
# 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/popcorn/pop_routes.nit:231,1--237,3