--- Default client request handler. --- @param request string Unparsed request from the client --- @return string Body of the response function Handler (request) return [["Hello, from plop/Lua"]] end