Concept Framework 2.0 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: Fri Jan 21 18:06:17 2011 GMT | (c)2011 RadGs Software |