Explorar o código

Update HttpConnection.hx

Mark Knol %!s(int64=10) %!d(string=hai) anos
pai
achega
5c98c66d5d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      std/haxe/remoting/HttpConnection.hx

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

@@ -21,6 +21,9 @@
  */
 package haxe.remoting;
 
+/**
+    Allows a synchronous connection to the given URL which should link to a Haxe server application.
+*/
 class HttpConnection implements Connection implements Dynamic<Connection> {
 
 	public static var TIMEOUT = 10.;