const class studs::Httpd
sys::Obj studs::Daemon studs::Httpd
Http server support in Studs is provided by the Httpd daemon.
See Http Server chapter for details.
- config
-
const HttpConfig config
HTTP server configuration.
- cur
-
const static Httpd? cur(Bool checked := true)
Get the Httpd instance for this VM. If an instance is not found, throw Err if
checked
otherwise return null.