瀏覽代碼

Update HttpAsyncConnection.hx

Mark Knol 10 年之前
父節點
當前提交
1ff590bf00
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      std/haxe/remoting/HttpAsyncConnection.hx

+ 3 - 0
std/haxe/remoting/HttpAsyncConnection.hx

@@ -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 };