[Overview][Constants][Classes][Index] |
Method to handle GET requests
Source position: ezcgi.pp line 69
public procedure TEZcgi.DoGet; virtual; |
DoGet is called by the Run method the GET method was used to invoke the CGI application. It should be overridden in descendents of TEZcgi to actually handle the request.
|
Run the CGI application. |
|
|
Method to handle POST requests |