Parameters found in uri associated to their values.

Property definitions

nitcorn :: vararg_routes $ HttpRequest :: uri_params=
	# Parameters found in uri associated to their values.
	var uri_params: Map[String, String] = new HashMap[String, String] is public writable
lib/nitcorn/vararg_routes.nit:258,2--259,85