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

    Node info

    ') end