Mehuge/xhr-progressive-timeouts

Improve post()/put() method support.

GoogleCodeExporter opened this issue · 1 comments

The post() and put() methods should be improved to support serialising of a 
passed object based on the content type specified.

So for example, if { name: "value" } is specified and content type is 
application/x-www-form-encoded then the object should be serialised as 
name=value.  If application/json is specified (the default) then it should be 
converted to JSON, etc.


Original issue reported on code.google.com by Austin.France on 20 Jan 2013 at 10:50

Original comment by Austin.France on 20 Jan 2013 at 10:53

  • Added labels: Type-Enhancement, Priority-Medium, Usability