SCGI.3kaya

Langue: en

Version: March 2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SCGI - SCGI interface

DESCRIPTION

This module provides functions needed by the SCGI interface ( SCGI protocol ). The majority of these functions are used by the SCGI template ( scgi.ks ) and should not be called directly by programs. The exceptions are SCGI.scgiEnv(3kaya) , which should replace any call to System.getEnv(3kaya) within an SCGI program, and SCGI.scgiPage(3kaya) , which may be overloaded in the same way that Webapp.displayPage(3kaya) is overloaded in web applications.

TYPE SYNONYMS

ChildSlot = Maybe<ChildProcess>

DATA TYPES

SCGI.ChildProcess(3kaya)

SCGI.SCGI(3kaya)

EXCEPTIONS

SCGI.BadNetString(3kaya)

SCGI.MalformedHeaders(3kaya)

FUNCTIONS

SCGI.finishedInput(3kaya)

SCGI.firstEmptySlot(3kaya)

SCGI.firstSpareSlot(3kaya)

SCGI.initEnv(3kaya)

SCGI.nextChar(3kaya)

SCGI.numSpareServers(3kaya)

SCGI.scgiEnv(3kaya)

SCGI.scgiPage(3kaya)

SCGI.scgiPage_1(3kaya)

SCGI.scgiPage_2(3kaya)

SCGI.scgiPage_3(3kaya)

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.