By timestamp do you mean a response header? You can get those from the
Rest event:

resource.addListenerOnce("success", function(ev) {
  ev.getRequest().getResponseHeader("Last-Modified");
});

http://demo.qooxdoo.org/current/apiviewer/#qx.event.type.Rest

Regards,
Daniel

On 03.03.2015 12:15, Frédéric wrote:
> Hi!
> 
> Is there a way to retreive the timestamp sent by the serveur in its
> response when using Rest com., through qx.io.rest.Resource?
> 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to