Hi, everyone,
I want to ask a question about the Apache HttpClient and RESTful call. I want to use the Apache HttpClient to make a RESTful call. But I don't know how to use it. Can anyone help me? Thank you very much.
Hi, everyone,
I want to ask a question about the Apache HttpClient and RESTful call. I want to use the Apache HttpClient to make a RESTful call. But I don't know how to use it. Can anyone help me? Thank you very much.
REST is basically just HTTP. So, are you saying you don't know how to use HttpClient? Have you read the documentation? HttpClient is well documented, with a straightforward tutorial a bunch of examples.