set_function
Description:
Set the REST "function" to call on the proxy.
This is appended to the URL, so that for example a proxy with the URL http://www.example.com/ and the function test would actually access the URL http://www.example.com/test
Parameters:
| this | The ProxyCall | 
| function | The function to call |