The arguments passed with the POST or GET method (with a priority on POST)

Property definitions

nitcorn $ HttpRequest :: all_args
	# The arguments passed with the POST or GET method (with a priority on POST)
	var all_args = new HashMap[String, String]
lib/nitcorn/http_request.nit:62,2--63,43