close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Aug 22, 2008, 10:45:46 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v14
|
v15
|
|
89 | 89 | Diva comes with a couple of generic request handlers that can be used as-is with some parameterization in UrlRouting. |
90 | 90 | |
91 | | `diva.auth:login`:: Handle a form-based authentication request. |
92 | | `diva.auth:logout`:: Clears a previously set authentication cookie. |
93 | | `diva.routing:delegate`:: Delegate request processing to a different WSGI application. |
| 91 | `diva.auth:login`:: Handle a form-based authentication request |
| 92 | `diva.auth:logout`:: Clears a previously set authentication cookie |
| 93 | `diva.routing:delegate`:: Delegate request processing to a different WSGI application |
94 | 94 | `diva.routing:redirect`:: Send an HTTP redirect to a different URL |
95 | 95 | `diva.static:directory`:: Serve static files from a specific directory |
96 | 96 | `diva.static:file`:: Serve a specific static file |
97 | | `diva.templating:view`:: Render a given template |
| 97 | `diva.templating:view`:: Render a given template with the default context data |
98 | 98 | |
99 | 99 | == API Documentation == |