Unit 'ezcgi' Package
[Overview][Constants][Classes][Index] [#fcl]

Reference for unit 'ezcgi'

Easy CGI unit.

uses

  System,

  Classes,

  sysutils;

Overview

ezcgi, written by Michael Hess, provides a single class which offers simple access to the CGI environment which a CGI program operates under. It supports both GET and POST methods. It's intended for simple CGI programs which do not need full-blown CGI support. File uploads are not supported by this component.

To use the unit, a descendent of the TEZCGI class should be created and the DoPost or DoGet methods should be overridden.


Documentation generated on: Jul 24 2023