1WebCommon.initWebApp(3kaya) Kaya module reference WebCommon.initWebApp(3kaya)
2
3
4
6 WebCommon::initWebApp - Initialise the CGI or webapp.
7
9 Void initWebApp( String queryString, String(String) env, Char() get‐
10 body, Bool() endbody )
11
13 Do not call this function in a CGI or webapp
14
15 This function initialises a CGI or webapp program, reading in GET, POST
16 and cookie data. It is automatically called by the CGI and webapp 'tem‐
17 plate', and so should never need to be called again in a CGI or webapp
18 (doing so will damage the GET and POST values).
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
30
31
32Kaya December 2010 WebCommon.initWebApp(3kaya)