HttpRequests class from IntelliJ
I can see there are some classes to make HTTP requests from IntelliJ (specifically "com.intellij.util.io.HttpRequests") do you recommend using them instead of URLConnection or HttpClient from Apache?
If yes, is there any way to send POST requests with data?
Thanks !!
Please sign in to leave a comment.
Have you found any answer for this? It will help me. Thanks.