Concept Framework 2.2 documentation Contents | Index

WebDocument.Headers

Name Type Access Version Deprecated
Headers function public version 1.0 no

Prototype:
null-return Headers(string headerdata)

Parameters:
headerdata      a string containing the data to be outputed as a header entry

Description:
Send a raw HTTP header.

Notice: Do not use this function after the output was started using operator << .

Example:
...
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
...

Returns:
Return null

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:12 2013 GMT(c)2013 Devronium Applications