Changes between Version 2 and Version 3 of selector4cherrypy
- Timestamp:
- 03/13/09 16:03:44 (1 year ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
selector4cherrypy
v2 v3 1 The selector4cherrypy is a dispatcher for CherryPy 3that uses the [http://lukearno.com/projects/selector/ selector] dispatcher to perform URL lookup and matching.1 The selector4cherrypy is a dispatcher for [http://www.cherrypy.org CherryPy 3] that uses the [http://lukearno.com/projects/selector/ selector] dispatcher to perform URL lookup and matching. 2 2 3 3 {{{ 4 4 #!python 5 import cherrypy 6 from selector4cherrypy import SelectorDispatcher 7 5 8 class Root(object): 6 9 def index(self):
