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:43:40 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v13
|
v14
|
|
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. |
91 | 93 | `diva.routing:delegate`:: Delegate request processing to a different WSGI application. |
92 | 94 | `diva.routing:redirect`:: Send an HTTP redirect to a different URL |