HttpURI.st
changeset 1276 fd3f0d37513c
parent 1005 7ed6fa7ccfba
child 1309 c752d54f4e09
--- a/HttpURI.st	Mon Jul 14 14:11:54 2003 +0200
+++ b/HttpURI.st	Mon Jul 14 15:03:51 2003 +0200
@@ -49,8 +49,16 @@
     "
 ! !
 
+!HttpURI methodsFor:'testing'!
+
+isRemote
+    "return true, if this is a remote URI"
+
+    ^ true
+! !
+
 !HttpURI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/HttpURI.st,v 1.1 2002-01-17 14:25:37 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/HttpURI.st,v 1.2 2003-07-14 13:03:31 stefan Exp $'
 ! !