Default VirtualHost to respond to requests not handled by any of the virtual_hosts

Property definitions

nitcorn $ ServerConfig :: default_virtual_host
	# Default `VirtualHost` to respond to requests not handled by any of the `virtual_hosts`
	var default_virtual_host: nullable VirtualHost = null is writable
lib/nitcorn/server_config.nit:27,2--28,66