Преглед на файлове

Update HttpConnection.hx

Mark Knol преди 10 години
родител
ревизия
5c98c66d5d
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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.;