CGILua
CGILua 5.0
Server API
home · download · install & config · scripts · reference · libraries

Server API

The Server API is a set of functions that encapsulate the web server and the used launcher. The functions are grouped into two groups: SAPI.Request and SAPI.Response.

The Server API allows the abstraction of a series of details and makes CGILua a lot more portable, since porting it means writing a SAPI Launcher for the target platform.

CGILua currently supports Apache, Microsoft IIS, Tomcat and Xavante as web servers, and CGI, FastCGI, mod_lua, ISAPI and Servlets as Launchers.

Here is the list of SAPI functions:


$Id: sapi.html,v 1.12 2004/12/15 15:11:48 tomas Exp $