-- ********************************************************************** -- * simple http get -- ********************************************************************** -- require nothing -- (see lib/lua/api.lua) -- HTTPGET API call function LUNAAPI_GET(requestheader,requestdata) return "Hello World!" end function LUNAAPI_SESSIONCLOSEQUERY(requestheader,requestdata) return "close" end