Cgi.header

Adds a custom header. It should be the name: value, but without any line terminator. For example: header("X-My-Header: Some value"); Note you should use the specialized functions in this object if possible to avoid duplicates in the output.

class Cgi
void
header
(
string h
)
Suggestion Box / Bug Report