On May 22, 2006, at 1:42 PM, Thomas Hervé wrote:

>
> There a ticket for that in the tracker:
> http://trac.mochikit.com/ticket/56. Maybe soon in MochiKit :).

The issue with POST is that there isn't one standard way to do it,  
and there are often a few custom headers that need to be set  
depending on the application. The current recommendation is to write  
your own function that satisfies your requirements.

At some point it might make sense to add three "simple" ones for XML,  
URL encoded data (like a form POST), and JSON... perhaps with a  
callback or object that allows you to set a bunch of headers on the  
XHR object before it goes out.

-bob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" 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/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to