Ben Bangert wrote:
> On Jan 29, 2008, at 1:26 PM, Ian Bicking wrote:
> 
>> I still don't get what you are doing.  I'm talking about HTTP.  Here's
>> what a sensible RESTful interaction looks like:
> 
> Browsers can't do sensible RESTful interactions, as they have no PUT or 
> DELETE. What I'm referring to is how that's 'faked' for browsers by 
> including a _method='PUT' or _method='DELETE' in a POST body (for use 
> *only* with browsers).

While _method=DELETE mostly makes sense to me (you aren't effecting the 
natural body, since DELETE doesn't have a body), I still don't get how 
this works with PUT.  It's not a PUT.  Why pretend it's a PUT?  It feels 
like an abuse of the term.

   Ian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to