C
Lua XHttpRequests v0.1b
by Philippe Hausler on Oct.11, 2008, under C, Lua
local req = XHttpRequest.new(); XHttpRequest.open(req, "GET", "http://www.anothertest.com/search.xml?searchQuery=Mytest&searchType=all"); local result = XHttpRequest.send(req, null); print(result);