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

Reference for unit 'ezcgi'

Easy CGI unit

uses

  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.

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads