[...] > But acc. to HTTP/1.1 contains an Entity the *header* and an optional > *body*. But in Restlet this is not the case: "getEntity" returns the > *body* of the Entity.
Well, not really, the Representation carries values that belong to the header, but not all. I think another (neutral) term avoids confusion. I.e. the "Allow" header is one of the "standard" Entity headers acc. to HTTP/1.1, but it is not possible to set / get this header from the value returned by "getEntity". Beside that other headers are allowed as Entity headers, but this is also not supported by the Representation. Best regards, Lars -- http://www.semagia.com

