Void scgiPage(Socket comm, String sdata, [Pair<String, String> ] headers)
Arguments
comm: The SCGI program's data output socket. All output data should be written to this socket.sdata: The string to output as the contentheaders: A list of key-value pairs of HTTP headers
Usage
Displays String content. 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.