소스 검색

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.;