KongHQ Unirest Java with HTTClient5 #537
Unanswered
hell-storm2004
asked this question in
Q&A
Replies: 1 comment
-
No, Http Client 5 took a radically different approach from previous versions when it comes to asynchronous requests. They are now fully reactive. That pattern just did not jive with how Unirest does async. I took at least 3 different full attempts to make it fit but in the end chose to move towards the native Java HttpClient introduced in Java 1.9 rather than stay with Apache |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just wanted to know , is unirest-java compatible with Apache httpclient5?
Beta Was this translation helpful? Give feedback.
All reactions