nitcorn :: FileServer :: default_file=
If no default_file
is provided, the FileServer responds 404 error to
unmatched queries.
# 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