Package web2py :: Package gluon :: Module globals
[hide private]
[frames] | no frames]

Module globals

source code


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



Classes [hide private]
  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)
Variables [hide private]
  regex_session_id = re.compile(r'^([\w-]+/)?[\w-\.]+$')
  current = threading.local()