1.25.1. httpd module

[<<<] [>>>]

This module is used only by the standalone webserver variation of ScriptBasic.

The module contains a function httpd that the main application should start. This function calls the initialization function AppInit and the application starting functios AppStart. After AppStart returns it starts to listen on the configured port and accepts http requests and passes the requests to HttpProc.


[<<<] [>>>]