| Home | Trees | Indices | Help |
|
|---|
|
|
This file is part of web2py Web Framework (Copyrighted, 2007) Developed by Massimo Di Pierro <mdipierro@cs.depaul.edu> License: GPL v2
|
|||
| HttpServer | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
regex_url = re.compile(r'
|
|||
regex_client = re.compile(r'
|
|||
working_folder =
|
|||
|
|||
this function is used to generate a dynmaic page. It first runs all models, then runs the function in the controller, and then tries to render the output using a view/template. this function must run from the [applciation] folder. A typical examples would be the call to the url /[applicaiton]/[controller]/[function] that would result in a call to [function]() in applications/[application]/[controller].py renedred by applications/[application]/[controller]/[view].html |
Unless the error code is redirected, we want to send error messages out with HTTP status 200. Otherwise IE won't display them. |
this is the gluon wsgi application. the furst function called when a page is requested (static or dynamical). it can be called by paste.httpserver or by apache mod_wsgi. |
|
|||
regex_url
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Nov 10 12:14:36 2008 | http://epydoc.sourceforge.net |