hi, I am using restlet 1.1.5 to practise compression, it contains some steps like:
1. client send a request to server and tells server what compression formats can be supported. 2. server accepts the request and check these compression forats such as gzip, then compress the representation ans send back to client. my question is just that how server notify client what format has been used in the server side? I can not find any functionality in response class. Thanks and Regards, Johnson ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2379920

