Re: http client download files?

2010-02-18 Thread Yadu
It's very much possible. What exactly you want to achieve and what are steps you taking? Are you using HC 4.0.1 ? -Yadu Geraldo Netto wrote: > > Hi guys, > > how are you doing? > > i'm using http core/client on my undergrad project > and i was unable to

Re: Http Multi-part exception when using InputStreamBody

2010-02-03 Thread Yadu
eter(CoreProtocolPNames.WAIT_FOR_CONTINUE, > 1); // 10 seconds > > // set custom request retry handler which doesn't allow retry > for POST > request > HttpRequestRetryHandler retryHandler = new CustomRetryHandler(); > client.s

Re: Http Multi-part exception when using InputStreamBody

2010-02-02 Thread Yadu
> @Oleg > "You basically have two options: (1) use repeatable ContentBody > implementations only or (2) make sure the request does not need to be > retried. Please note the latter is not always possible. Request retries > due to authentication failures can be avoided, but those due to I/O > erro