I've just installed LuaSocket so I could test the http.request function in order to read a webpage into string. Works great - but I'm just wondering if there's any real advantage to using this method, instead of AMS's built-in HTTP.Submit function to do the same thing?
LuaSocket does look pretty cool because I see that it can be used for other useful things too; such as parsing, and building URLs (among other stuff). But for grabbing webpage-source, is it really any better than just sticking with the plain old HTTP.Submit function?
LuaSocket does look pretty cool because I see that it can be used for other useful things too; such as parsing, and building URLs (among other stuff). But for grabbing webpage-source, is it really any better than just sticking with the plain old HTTP.Submit function?
Comment