Using Java’s HttpClient to send a PUT
Jan 15th 2012internet & programming
After a lot of searching the net, I wrote this method a few weeks back to write a string (or file) to a web server using Java’s HttpClient. It seemed ridiculous that I couldn’t find an example to cut and paste. So here it is for the next person.
Cheers.
public boolean [...]