Caching attributes of served files, used as the cache-control field in response headers

Property definitions

nitcorn $ FileServer :: cache_control
	# Caching attributes of served files, used as the `cache-control` field in response headers
	var cache_control = "public, max-age=360" is writable
lib/nitcorn/file_server.nit:71,2--72,54