[Twisted-web] REST and DELETE

Gary Jefferson garyjefferson123 at yahoo.com
Wed Dec 19 15:55:18 EST 2007


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



More information about the Twisted-web mailing list