ICI Modules: cgi: content_type


Modules by name : by type

Synopsis

cgi.content_type(string)

Description

Define the type of the content data. The string argument is the MIME type for the output which is output in a CGI Content-Type header. This function should only be called prior to claling cgi.end_reply_header().

Also See

cgi.content_length
cgi.end_reply_header