web-interface vocabulary.
server ( port -- ) Start web UI on port (used to implement webui).
Requires v7.0.6+
These words are inside thehttpd 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.
web-interface vocabulary.
server ( port -- ) Start telnet daemon on port.