The documentation on Ajax.Request, for the "method" option, says:

method          'post'          The HTTP method to use for the request. The 
other
widespread possibility is 'get'. As a Ruby On Rails special, Prototype
also reacts to other verbs (such as 'put' and 'delete' by actually
using 'post' and putting an extra '_method' parameter with the
originally requested method in there.

Do I understand this to mean that Prototype is incapable of issuing a
true HTTP PUT request, that to issue one, I must deal with the raw XHR
object?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to