Skip to main content

ServerConfig

This class holds HTTP server configuration, including the port and host to bind the server to.

Attributes

AttributeTypeDescription
PortintPort to bind the HTTP server.
HoststringHost to bind the HTTP server.