Method to handle POST requests.
Source position: ezcgi.pp line 74
| public procedure TEZcgi.DoPost; virtual; | 
DoPost is called by the Run method the POST 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 GET requests. |