Void scgiPage(Socket comm, HTMLDocument page)
Arguments
comm: The SCGI program's data output socket. All output data should be written to this socket.page: A HTMLDocument page
Usage
Displays a HTML page. The scgiPage functions are called
automatically by a SCGI webapp based on the return value of
webmain and should only be called directly for debugging
purposes and when constructing custom scgiPage
functions.
Related
- HTMLDocument::HTMLDocument
- scgiPage (string data)
- scgiPage (binary data)
- scgiPage (void functions)