A Java library for interacting with HTTP services.
I am using Http Apache Components to perform the http interactions. I need to adjust my http client. For this …
java http apache-httpclient-4.x apache-httpcomponentsI am trying to connect to the smartsheet api using a java program. Initially I had problems with the site …
java-7 apache-httpcomponents smartsheet-apiI'm currently trying to do multiple HttpGet requests at the same time with CloseableHttpClient. I googled on how to do …
java ssl apache-httpcomponents truststoreWhile issuing a GET request using Apache HTTP Client v4, how do I obtain the response media type (formally MIME …
java httpclient apache-httpcomponentsI have a service that is expected to execute requests at ~5 or more requests/min. This service depends on Apache …
java http apache-httpcomponents apache-httpasyncclientI am using Gson library to convert objects to Json and vice versa. I have copied the jars of that …
eclipse classpath gson apache-httpclient-4.x apache-httpcomponentsI have been having a look to a digest authentication example at: http://hc.apache.org/httpcomponents-client-4.3.x/examples.html …
http credentials apache-httpclient-4.x digest apache-httpcomponentsI am trying to make an https call and getting the following error: Unsupported record version SSLv2Hello Can anyone …
java ssl apache-httpcomponentsI am using apache http client v4.5 and using it as a REST client. In some cases I recognize an …
java multithreading timeout httpclient apache-httpcomponentsDealing with a specific website, sometimes I receive a http response with status code 403. I wanted to re-execute the request …
java apache-httpclient-4.x apache-httpcomponents