by Darko Miletić.
You do have webservice_rest_client class located in webservice/rest/lib.php but that is tailored for the Moodle style of REST web services. However looking at the code you will see that it basically uses download_file_content function located in lib/filelib.php.
Build your stuff with that function and you will be just fine.