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.

Changes between Version 13 and Version 14 of RequestHandlers


Ignore:
Timestamp:
Aug 22, 2008, 10:43:40 PM (16 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RequestHandlers

    v13 v14  
    8989Diva comes with a couple of generic request handlers that can be used as-is with some parameterization in UrlRouting.
    9090
     91 `diva.auth:login`:: Handle a form-based authentication request.
     92 `diva.auth:logout`:: Clears a previously set authentication cookie.
    9193 `diva.routing:delegate`:: Delegate request processing to a different WSGI application.
    9294 `diva.routing:redirect`:: Send an HTTP redirect to a different URL