Hi Jerome! Sorry for my vague question. I was meaning something like http://developers.facebook.com/docs/api/batch/ facebook API batch requests. I now that it is not REST standard.
It consists of sending in the body and array of JSON (or any other rep) with method, relative and body (if method is POST or PUT) URL for each call element. I'm not asking for this exact implementation. I was just wondering if there was any idea regarding batch calls. My example I produce a web page with several REST GET calls like for example: /users/1 /users/1/settings /news /users/1/favourites /stats etc... I would like to get all of them in 1 request to optimize page loading time and save many "trips" to the restlet server. Thanks in advance! -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Batch-calls-tp6474034p6474333.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2765352

