CGI::flushContent(3) Output the content.

SYNOPSIS

Void flushContent( )

DESCRIPTION

Output the content. If CGI.flushHeaders(3kaya) has not been called, it will be called before the first use of this function. The web server (and indeed any intermediate proxies) are under no obligation to send this content to the browser immediately.

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.

RELATED

CGI.content(3kaya)

CGI.flushAll(3kaya)