|
Class: HelloWorldService (in Demos)
Object
|
+--HTTPService
|
+--Demos::HelloWorldService
- Package:
- stx:goodies/webServer
- Category:
- Net-Communication-HTTP-Services-Demo-WebApplications
- Version:
- rev:
1.10
date: 2021/01/20 13:05:07
- user: cg
- file: HelloWorldService.st directory: goodies/webServer
- module: stx stc-classLibrary: webServer
The simplest possible service.
Demos::HelloWorldService start
copyrightCOPYRIGHT (c) 2003 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
defaults
-
linkName
-
return the default linkName path (with slash)
queries-service
-
settingsApplicationClass
-
a SettingsApplication class - or nil (used in the settings dialog if non-nil)
request handling
-
process: aRequest
-
process an incoming HTTP request
|