[Overview][Constants][Classes][Index] Reference for unit 'ezcgi' (#fcl)

Reference for unit 'ezcgi'

Easy CGI unit

uses

  System,

  Classes,

  strings,

  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 overidden.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.