The arguments passed with the POST method

Property definitions

nitcorn $ HttpRequest :: post_args
	# The arguments passed with the POST method
	var post_args = new HashMap[String, String]
lib/nitcorn/http_request.nit:59,2--60,44