1WebCommon.__t_httpHeader(3kayaK)aya module referenWceebCommon.__t_httpHeader(3kaya)
2
3
4
6 WebCommon::__t_httpHeader - Get an HTTP header from the request being
7 handled
8
10 Builtins::Tainted<String> __t_httpHeader( String header )
11
13 header The header to retrieve
14
16 Gets an HTTP header received from the client by the current request,
17 For example, "User-agent".
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010 WebCommon.__t_httpHeader(3kaya)