ICI Modules: cgi: content_length


Modules by name : by type

Synopsis

cgi.content_length(int)

Description

Define the size of the content data. The int argument is the number of bytes of output being generated by this reply. THis is output in a CGI Content-Length header. This function should only be called prior to claling cgi.end_reply_header().

Also See

cgi.content_type
cgi.end_reply_header