const class studs::HttpConfig
sys::Obj studs::HttpConfig
Configuration settings for Httpd daemon.
- make
-
new make(|This|? f := null)It-block constructor.
- otaUpdateUri
-
const Uri? otaUpdateUri := `/update-fw`URI to publish for updating firmware over-the-air, or
nullto disable OTA firmware updates.See Updating Firmware chapter for details on how firwmare is updated.
- port
-
const Int port := 80HTTP port to listen for requests.
- root
-
const WebMod? rootRoot WebMod used to service requests.