Hi,
 I have query string as names=firstname desc,lastname desc,middlename desc
for the GET method in HTTPClient. I dont know how to send this as a query
string.

If I use getMethod.setQueryString("names=firstname desc,lastname
desc,middlename desc"); I m not able to get the correct output. 

I dont know how to send the values for a single key. Is there any method
send the query string as names= firstname desc
names= lastname desc
names= middlename desc

else please give me any suggestions

Thanks in advance.

Arthik


-- 
View this message in context: 
http://www.nabble.com/Key---Values-Part-in-GET-method-of-HTTPClient-tp23633391p23633391.html
Sent from the HttpClient-User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to