haXe Forum > Need help figuring out haxe.Http
-
Nick Sabalausky Feb 03 at 03:00
I can't make heads or tails of the sparse docs for haxe.Http, and a search of the site didn't turn up anything other than that minimalistic API page.
.
Can someone tell me how to post data to a URL and retrieve the result (just the response data, don't care about the response headers)? -
Not done much with haXe outside flash... but I tried "http" here...
HtmlLoader class
You can check the whole test project out, if you want to fix the bugs feel free it was just a learning exercise :), there are probably better projects if you check through haXeLib.
Sorry if that does not answer your whole question... I would use different classes for flash target. -
ex int Feb 04 at 05:19
HI, I used this tutorial as a starting point, hopefully you find it useful. Using AJAX