Am Fri, 30 Sep 2016 14:56:24 -0400 schrieb Ketan Nale <[email protected]>:
> Hi All, > > I want to build RESTful web service client using Apache HTTP client > API. Is there any existing implementation approach available to start > with? RESTeasy Client uses Apache httpclient and provides all your points and much more. http://resteasy.jboss.org/ https://github.com/resteasy/Resteasy/blob/master/resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/HttpClientBuilder43.java Gruss Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
