1WebCommon.DataSource(3kaya) Kaya module reference WebCommon.DataSource(3kaya)
2
3
4
6 WebCommon::DataSource - Data sources for incoming data
7
9 WebCommon::DataSource< >
10
11
12 = DataGet()
13
14
15 | DataPost()
16
17
18 | DataRequest()
19
20
21 | DataCookie()
22
23
24 | DataNone()
25
27 Data sources for user-supplied data. DataGet is GET data, DataPost is
28 POST data. DataRequest is a combination of the two (except that if any
29 keys that occur in both sources, only the values from POST will be
30 available for these sources). DataCookie retrieves cookies, and
31 DataNone is always empty.
32
33 DataRequest should only be used where the application is genuinely
34 expected to receive user-supplied data by both request methods (for
35 example, a search form).
36
38 Kaya standard library by Edwin Brady, Chris Morris and others
39 (kaya@kayalang.org). For further information see http://kayalang.org/
40
42 The Kaya standard library is free software; you can redistribute it
43 and/or modify it under the terms of the GNU Lesser General Public
44 License (version 2.1 or any later version) as published by the Free
45 Software Foundation.
46
48 WebCommon.incomingData (3kaya)
49 WebCommon.incomingExists (3kaya)
50 WebCommon.incomingKeys (3kaya)
51 WebCommon.incomingValue (3kaya)
52
53
54
55Kaya December 2010 WebCommon.DataSource(3kaya)