request request The request object is an instance of the ubiquitous web2py class that is called gluon.storage.Storage , which extends the Python dict class. It is basically...
Implementing Requirements Example Implementing Recall that a fairing is any type that implements the Fairing trait. A Fairing implementation has one required method: info , ...
Libraries Libraries The web2py libraries are exposed to the user applications as global objects. For example (request , response , session , cache ), classes (helpers, validato...