Home  Contents

cgi:send

Httpd/CGI Core4 Lua Event System

SYNOPSIS

cgi:send(data [, data, ...])

DESCRIPTION

Sends arbitrary data to the client. The state of the client connection (e.g. header vs. content phase) is not changed.

The function can be called with a variable number of arguments. All arguments are sent to the client one after the other.

SEE ALSO