eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HttpURI':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: HttpURI


Inheritance:

   Object
   |
   +--URI
      |
      +--HierarchicalURI
         |
         +--HttpURI

Package:
stx:libbasic2
Category:
Net-Resources
Version:
rev: 1.6 date: 2013/01/20 15:22:18
user: cg
file: HttpURI.st directory: libbasic2
module: stx stc-classLibrary: libbasic2

Class protocol:

accessing
o  schemes


Instance protocol:

defaults
o  defaultPort

stream access
o  contents
use HTTPInterface for now
usage example(s):
     'http://www.puzzlers.org/pub/wordlists/unixdict.txt' asURI contents

o  readStreamDo: aBlock
use HTTPInterface for now
usage example(s):
     'http://www.exept.de/' asURI readStreamDo:[:stream :attributes | 
         self halt
      ].

testing
o  isAbsolute
there is nothing like a relative http URI

o  isRemote
return true, if this is a remote URI



ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Mon, 04 Aug 2025 16:41:02 GMT