// TODO: at least convert to UTF-8 on the fly sO serveText(O s) { ifndef NoNanoHTTPD if (getMainBot() == null) ret serveText_direct(str(s)); endifndef ret call(getMainBot(), "serveByteArray", toUtf8(str(s)), "text/plain; charset=utf8"); }