Headers of this response as a Map

Property definitions

nitcorn $ HttpResponse :: header
	# Headers of this response as a `Map`
	var header = new HashMap[String, String]
lib/nitcorn/http_response.nit:38,2--39,41