> I am looking at using haxe.http to retrieve html,
> ...How would I go about that??
> 
> http://haxe.org/api/haxe/Http
> 
> Doesnt seem to be right, why does request() take a boolean for post?
> 
> Thanks
> 
> -Jarrad

There's also a static method request available on JS/Neko only :

var urlContent = haxe.Http.request("http://www.goggle.com";);

Please post further haXe questions on the haXe list ;)

Nicolas

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to