DECA-193: Convert Cherrypy's dispatcher to better support REST

Metadata

Source
DECA-193
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2011-11-28T05:10:04.075-0500
Updated
2012-05-18T14:16:59.268-0400
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

Use the Cherrypy's method dispatcher to better support RESTful web services.

Possibly change the dispatch method to cherrypy.dispatch.MethodDispatcher().
see: http://docs.cherrypy.org/dev/progguide/REST.html

Comments