const classstuds::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

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.