Hi, I would like to set the following HTTP headers in the response:
Cache-Control: no-cache Pragma: no-cache Expires: 0 I can't set this directly as Restlet prevents me from setting standard HTTP headers. I've read the FAQ and the documentation and I understand that instead of trying to set standard HTTP headers directly I should be using the API, which is fine. However, I can't seem to find any reference to the headers above apart from the constants in HttpConstants. What should I be doing? Many thanks in advance, Dig.

