ServerConfig
This class holds HTTP server configuration, including the port and host to bind the server to.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Port | int | Port to bind the HTTP server. |
| Host | string | Host to bind the HTTP server. |
This class holds HTTP server configuration, including the port and host to bind the server to.
| Attribute | Type | Description |
|---|---|---|
| Port | int | Port to bind the HTTP server. |
| Host | string | Host to bind the HTTP server. |