|
Class: HTTPLinkForwardWithEMailService
Object
|
+--HTTPService
|
+--HTTPLinkForwardWithEMailService
- Package:
- stx:goodies/webServer
- Category:
- Net-Communication-HTTP-Services
- Version:
- rev:
1.4
date: 2021/04/09 18:07:32
- user: cg
- file: HTTPLinkForwardWithEMailService.st directory: goodies/webServer
- module: stx stc-classLibrary: webServer
[start Server with:]
HTTPServer startServerOnPort:8080
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 2018 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).
-
settingsApplicationClass
-
a SettingsApplication class - or nil (used in the settings dialog if non-nil).
response generation
-
process: aRequest
-
(comment from inherited method)
all the work is done in this method.
Any service has to implement this method
more examples to be added:
... add code fragment for
... executable example here ...
|
|