HttpURI.st
changeset 1276 fd3f0d37513c
parent 1005 7ed6fa7ccfba
child 1309 c752d54f4e09
equal deleted inserted replaced
1275:7f2285cefdec 1276:fd3f0d37513c
    47          self halt
    47          self halt
    48       ].
    48       ].
    49     "
    49     "
    50 ! !
    50 ! !
    51 
    51 
       
    52 !HttpURI methodsFor:'testing'!
       
    53 
       
    54 isRemote
       
    55     "return true, if this is a remote URI"
       
    56 
       
    57     ^ true
       
    58 ! !
       
    59 
    52 !HttpURI class methodsFor:'documentation'!
    60 !HttpURI class methodsFor:'documentation'!
    53 
    61 
    54 version
    62 version
    55     ^ '$Header: /cvs/stx/stx/libbasic2/HttpURI.st,v 1.1 2002-01-17 14:25:37 stefan Exp $'
    63     ^ '$Header: /cvs/stx/stx/libbasic2/HttpURI.st,v 1.2 2003-07-14 13:03:31 stefan Exp $'
    56 ! !
    64 ! !