The arguments passed with the GET method,

Property definitions

nitcorn $ HttpRequest :: get_args
	# The arguments passed with the GET method,
	var get_args = new HashMap[String, String]
lib/nitcorn/http_request.nit:56,2--57,43