Hi Jerome, I think "org.restlet.http.request.headers" is the best choice. It may seem lengthy but adheres the pattern of namespaces and properties very well.
Javadoc would capture that attribute keys starting with "org.restlet" are reserved. As for the length it can easily be declared as a constant by developers if they need brevity. Could we somehow do the same with parameters of the query string? /a/b/c?key1=value1&key2=value2 org.restlet.reference.params.key1 org.restlet.reference.params.key2 Cheers Piyush On 9/20/06, Lars Heuer <[EMAIL PROTECTED]> wrote:
Hi Jerome, > Actually, I'm thinking about "restlet.http.requestHeaders". This is a bit > longer but clearly applies to calls based on the HTTP protocol. Any > objection? Nope, good idea. :) Best regards, Lars -- http://www.semagia.com

