WebCommon.DataSource(3kaya)
NAME
WebCommon::DataSource - Data sources for incoming data
SYNOPSIS
WebCommon::DataSource< > = DataGet() | DataPost() | DataRequest() | DataCookie() | DataNone()
DESCRIPTION
Data sources for user-supplied data. DataGet is GET data, DataPost is
POST data. DataRequest is a combination of the two (except that if any
keys that occur in both sources, only the values from POST will be
available for these sources). DataCookie retrieves cookies, and
DataNone is always empty.
DataRequest should only be used where the application is genuinely
expected to receive user-supplied data by both request methods (for
example, a search form).
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others
(kaya@kayalang.org). For further information see http://kayalang.org/
LICENSE
The Kaya standard library is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License (version 2.1 or any later version) as published by the Free
Software Foundation.
RELATED
- WebCommon.incomingData (3kaya) WebCommon.incomingExists (3kaya) WebCommon.incomingKeys (3kaya) WebCommon.incomingValue (3kaya)