ICI Modules: cgi: content_length
Modules by name : by typeSynopsis
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