| Concept Framework 2.2 documentation | Contents | Index |
| Name | Type | Access | Version | Deprecated |
| Headers | function | public | version 1.0 | no |
| null-return Headers(string headerdata) |
| headerdata | a string containing the data to be outputed as a header entry |
|
Send a raw HTTP header.
Notice: Do not use this function after the output was started using operator << . |
...
doc.Header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
doc.Header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
...
|
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:12 2013 GMT | (c)2013 Devronium Applications |