Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good tutorial on org.apache.http.client.HttpClient [closed]

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

like image 833
jax Avatar asked Oct 26 '22 13:10

jax


1 Answers

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.

like image 155
fglez Avatar answered Nov 08 '22 19:11

fglez