local function sendAttr(connection, attr, val) connection:send("
  • ".. attr .. ": " .. val .. "
  • \n") coroutine.yield() end return function (connection, args) dofile("httpserver-header.lc")(connection, 200, 'html') connection:send('A Lua script sample

    Node info

    ') end