HttpServerConfig
An extensible container for HTTP server configuration values. Backend-specific implementations may be added to allow low-level customization of the server settings.
Properties
Link copied to clipboard
Whether to automatically start the server after evaluating the configuration code. If true
, calling HttpServerEngine.start explicitly from guest code is not necessary. Defaults to false
.