Writes the content type to standard output.
Source position: ezcgi.pp line 70
public procedure TEZcgi.WriteContent( |
const ctype: string |
); |
ctype |
|
Content type. |
WriteContent writes the content type cType to standard output, followed by an empty line. After this method was called, no more HTTP headers may be written to standard output. Any HTTP headers should be written before WriteContent is called. It should be called from the DoPost or DoGet methods.
|
Method to handle POST requests. |
|
|
Method to handle GET requests. |
|
|
Send a line of output to the web-client. |