users@jersey.java.net

[Jersey] Adding properties to request header

From: sohit224 <sohit224_at_gmail.com>
Date: Wed, 16 Feb 2011 05:43:09 -0800 (PST)

I am using jersey client and I need to add a new property in the request
header.

I tried adding the headers using
1) ClientConfig config = new DefaultClientConfig();
   config.getProperties().put(key, value);
2) Adding client Filter

How can we add new properties to the request header using jersey client.



-- 
View this message in context: http://jersey.576304.n2.nabble.com/Adding-properties-to-request-header-tp6031780p6031780.html
Sent from the Jersey mailing list archive at Nabble.com.