@@ -21,6 +21,9 @@
*/
package haxe.remoting;
+/**
+ Allows an asynchronous connection to the given URL which should link to a Haxe server application.
+*/
class HttpAsyncConnection implements AsyncConnection implements Dynamic<AsyncConnection> {
var __data : { url : String, error : Dynamic -> Void };