I am using TG 2.1 and am receiving an error when I attempt to send the 
DELETE method to the controller.

GET and POST method both work fine, but for some reason the DELETE method 
gives a not allowed error (405)

*class DELETEController(RestController):*

*    @expose('json')*
*    def product(self, product_guid):*
*         pass*

Is there a simple way to allow/expose the delete method in this controller ?

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to