-
Notifications
You must be signed in to change notification settings - Fork 1
Server Object
Paul Mansour edited this page May 11, 2020
·
17 revisions
- [CongaTimeout] (Server-CongaTimeout-Property)
- [Context] (Server-Context-Property)
- [NewServer Method] (Server-NewServer-Method)
- [Start Method] (Server-Start-Method)
- [ClearCache Method] (Server-ClearCache-Method)
The server object represents a server.
A server object is created using the static NewServer
method. Various properties may
then be specified. The OnRequest
property specifies the function to be called for
each request received by the server. The Start
method starts up the server, listening
on the specified port.