Class TCGIExtension (unit DKWHTTP)

Inherits from

THTTPExtension

CGI Extension interface

Constructors


constructor Create ;

TCGIExtension Provide an interface with the CGI specification for extensions written as native Delphi classes { Keep a handle for STDOUT around while active


Functions

destructor Destroy ;


function ServerVariable ( VariableName: String ): String ;

Standard CGI variable emulation

procedure Write ( var Buffer: Char ; Length: Integer ) ;

CGI Extensions write to STDOUT

Properties

Events

Variables

StdOut : THANDLE ;



Constructors


constructor Create ;

TCGIExtension Provide an interface with the CGI specification for extensions written as native Delphi classes { Keep a handle for STDOUT around while active


Functions


destructor Destroy ;


function ServerVariable ( VariableName: String ): String ;

Standard CGI variable emulation


procedure Write ( var Buffer: Char ; Length: Integer ) ;

CGI Extensions write to STDOUT


Properties


Events


Variables


StdOut : THANDLE ;