On Tue, 2014-10-21 at 01:23 -0700, httpclient_newbie wrote: > In HttpClient 3 I had some code where 3 instances of HttpClient shared a > common HttpState to share cookies, and did that with > client.getState() and client.setState(httpState) > > How do I do that in HttpClient 4 ? >
http://hc.apache.org/httpcomponents-client-4.3.x/tutorial/html/statemgmt.html#d5e565 Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
