Web Interface
These words are inside the web-interface vocabulary.
server ( port -- ) Start web UI on port (used to implement webui).
HTTP Daemon

Requires v7.0.6+

These words are inside the httpd vocabulary.
server ( port -- ) Start an httpd on port.
handleClient ( -- ) Get next request.
path ( -- a n ) Request path, e.g. /foo
method ( -- a n ) Request method, e.g. GET
header ( a n -- a n ) Contents of header (or empty string).
body ( -- a n ) Rquest body.
Telnet Daemon
These words are inside the web-interface vocabulary.
server ( port -- ) Start telnet daemon on port.