-
When I work with Spring `RestTemplate` class, I can use `ParametrizedTypeReference` instance to provide generic class to deserialization, like so:
```java
ResponseEntity response = template.exchan…
-
I have a custom httpClient set up like so:
```java
SSLContext sslContext = SSLContexts.custom().loadKeyMaterial(keystore, keystorePass).build();
SSLConnectionSocketFactory sslsf = new SSLConnecti…
Ebsan updated
5 years ago
-
I'm including unirest in a Liferay osgi activator, and white the dependencies seem to be fine, once the module is deployed, I get:
**Unresolved requirement: Import-Package: org.apache.avalon.framew…
-
affected version: 1.4.9
Problem: The default multipart charset from Apache Http Client is 'US-ASCII' which destroys UTF-8 chars.
Solution: Please add the possibility to set a charset in `com.mas…
-
Not sure if this lib is built on JDK 8, but, if it is, it'd be nice to use CompletableFuture instead of the old Future class:
```java
CompletableFuture eventualResponse = Unirest.get("http://").as…
-
Hello, we are getting failures in our packages, using the latest version of unirest.
```
┌────────────┬────────────────────────────────────────────────────────────────────┐
│ │ Memor…
-
I am doing a web app development with Spark and I am hitting my backend server with a POST request using Unirest library to display the data on my web page. Randomly Spark throws the error **Remote ho…
-
Hello,
I'm trying to integrate my android project with unirest. I followed manual at http://blog.mashape.com/using-unirest-java-for-your-android-projects/ and my project is successfully compiled. But…
-
I'm trying to use your UniRest for Java, but I'm struggling with one (I think) simple problem.
When trying to build a request with a response that has a content coding "ISO-8859-1" response, I got and…
-
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask…