Default file returned when no static file matches the requested URI.

If no default_file is provided, the FileServer responds 404 error to unmatched queries.

Property definitions

nitcorn $ FileServer :: default_file=
	# Default file returned when no static file matches the requested URI.
	#
	# If no `default_file` is provided, the FileServer responds 404 error to
	# unmatched queries.
	var default_file: nullable String = null is writable
lib/nitcorn/file_server.nit:77,2--81,53