Associated resources within an action, e.g. foo in http://localhost/foo?arg=bar

Property definitions

nitc :: nitrestful $ MMethod :: restful_resources
	# Associated resources within an action, e.g. `foo` in `http://localhost/foo?arg=bar`
	private var restful_resources: Array[String] = [name] is lazy
src/nitrestful.nit:98,2--99,62