Explorar o código

Update HttpAsyncConnection.hx

Mark Knol %!s(int64=10) %!d(string=hai) anos
pai
achega
1ff590bf00
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 };