ICI Modules: cgi: start_reply_header


Modules by name : by type

Synopsis

cgi.start_reply_header([string, string]...)

Description

Start the CGI program output, specifically the HTTP reply header. This should be the first function called by the program. The function acccepts optional arguments, pairs of strings, that define HTTP reply header fields and their values. Common fields have functions to output those header lines.