Basically I would like to see an example on how to download a file.
I can't seem to find on phphttpclient website any doc or example about it.
In curl, the request would look like this:
curl -o hello.txt -H "X-Auth-Token: xxxxxxxxxxxxxxxxxxx" http://site_where_to download/hello.txt
Thanks.