return function (connection, req, args) dofile("httpserver-header.lc")(connection, 200, 'html') connection:send([===[ Arguments by GET

Arguments by GET

]===]) if args.submit == nil then connection:send([===[
First name:

Last name:

MaleFemale
]===]) else connection:send("

Received the following values:

\n") end connection:send("") end