[Proto-Scripty] Re: Clarification on PUT method in Ajax.Request

2009-06-18 Thread Jim Higson
On Thursday 18 June 2009 10:28:07 T.J. Crowder wrote: > Hi Doug, > > > 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? > > FWIW, that's my read both of the docs and of the code. Specifical

[Proto-Scripty] Re: Clarification on PUT method in Ajax.Request

2009-06-18 Thread T.J. Crowder
Hi Doug, > 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? FWIW, that's my read both of the docs and of the code. Specifically, in the Ajax.Request#request method, this code is not in a cond