1SCGI.scgiPage(3kaya) Kaya module reference SCGI.scgiPage(3kaya)
2
3
4
6 SCGI::scgiPage - Displays a HTML page
7
9 Void scgiPage( Socket comm, HTMLDocument page )
10
12 comm The SCGI program's data output socket. All output data should be
13 written to this socket.
14
15 page A HTMLDocument page
16
18 Displays a HTML page. The scgiPage functions are called automatically
19 by a SCGI webapp based on the return value of webmain and should only
20 be called directly for debugging purposes and when constructing custom
21 scgiPage functions.
22
24 Kaya standard library by Edwin Brady, Chris Morris and others
25 (kaya@kayalang.org). For further information see http://kayalang.org/
26
28 The Kaya standard library is free software; you can redistribute it
29 and/or modify it under the terms of the GNU Lesser General Public
30 License (version 2.1 or any later version) as published by the Free
31 Software Foundation.
32
34 HTMLDocument.HTMLDocument (3kaya)
35 SCGI.scgiPage_1 (3kaya) (string data)
36 SCGI.scgiPage_2 (3kaya) (binary data)
37 SCGI.scgiPage_3 (3kaya) (void functions)
38
39
40
41Kaya December 2010 SCGI.scgiPage(3kaya)