I'm building a Java application that needs to access an external Restful API.
I need to perform POST, GET and PUT on this API.
In PHP I used curl and in C# I used HTTPClient.
Which tool should I use in Java/Spring? I'm new in Java and I'm kind lost.