Class type Netcgi_fcgi.cgi


class type cgi = object .. end
The usual Netcgi.cgi class with FCGI specific methods.
Inherits
method role : [ `Authorizer | `Filter | `Responder ]
A FastCGI application can fulfill each of the following three roles:


method data : Netchannels.in_obj_channel
This the the channel on which the filter data is available. All methods of the object raise Netchannels.Closed_channel if the role is not `Filter.
method data_length : int
How many bytes of the data are available.
method data_mtime : float
The data last modification time, expressed as an integer number of seconds since the epoch (January 1, 1970 UTC).




SourceForge.net Logo