I think DELETE works fine if you add a render_DELETE method, atleast last time I was in that code it just checked for the existence of self.render_ANYTHING in the general render() function.
Andy Fundinger On Dec 19, 2007 3:55 PM, Gary Jefferson <[EMAIL PROTECTED]> wrote: > I notice that twisted.web.resource supports GET, PUT, > and POST (via render_ methods), but not DELETE. Is > this intentional, or are there some plans to add > support for those of us who want to do full-fledged > REST with twisted-web? > > I haven't looked at figuring out httpclient support > for the same in twisted yet, but I'm assuming that > sending DELETE/PUT is similar to sending POST, i.e., > use putrequest() with 'DELETE'? > > Gary > > > > ____________________________________________________________________________________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > > _______________________________________________ > Twisted-web mailing list > [email protected] > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web > -- Blog: http://channel3b.wordpress.com Second Life Name: Ciemaar Flintoff I am a sig Virus. Please put me in your sig so that I can continue to replicate. _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
