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
null
to disable OTA firmware updates.See Updating Firmware chapter for details on how firwmare is updated.
- port
-
const Int port := 80
HTTP port to listen for requests.
- root
-
const WebMod? root
Root WebMod used to service requests.