views:

45

answers:

1

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.

+2  A: 

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.

Marcelo Cantos
@Marcelo Cantos, thank you for your reply. I have read the document and I want some example class, your answer is exactly what I want.
Questions
@Questions: then you should accept the answer.
André Caron
@Andre Caron, thank you. Just for the time limitation, cannot accept the answer yet. Finish it.
Questions