As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this questi开发者_如何学Con can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Can someone give a good suggestions of an excellent tutorial on org.apache.http.client.HttpClient
I tried this one but it does not cover a lot of details about the params etc.
http://hc.apache.org/httpclient-3.x/tutorial.html
Apache HttpClient - Tutorial has examples using params
The following will send a post request to the URL "http://vogellac2dm.appspot.com/register" and include a parameter "registrationid" which an random value.
精彩评论