Home | Trees | Indices | Help |
|
---|
|
This file is part of the web2py Web Framework Copyrighted by Massimo Di Pierro <mdipierro@cs.depaul.edu> License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html) Contains the classes for the global used variables: - Request - Response - Session
|
|||
Request defines the request object and the default values of its members... |
|||
Response defines the response object and the default values of its members response.write( ) can be used to write in the output html |
|||
Session defines the session object and the default values of its members (None) |
|
|||
regex_session_id = re.compile(r'^
|
|||
current = threading.local()
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Aug 4 00:46:59 2011 | http://epydoc.sourceforge.net |