nitcorn :: FileServer :: cache_control
cache-control field in response headers
	# 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