Iterate over all the associations in self

Property definitions

curl $ HeaderMap :: iterator
	# Iterate over all the associations in `self`
	fun iterator: MapIterator[String, String] do return new HeaderMapIterator(self)
lib/curl/curl.nit:622,2--623,80