!7 html { O httpd = getThreadLocal((ThreadLocal) getOpt(mainBot(), "MyHTTPD_current")); if (httpd == null) httpd = getThreadLocal((ThreadLocal) getOpt(mainBot(), "WebSocketHTTPD_current")); Int port = cast getOpt(httpd, 'myPort); ret "Httpd=" + httpd + ", port=" + port + "
" + htmlencode(sfu(subBot_getHeaders())); }