Proxy
Description:
Create a new Proxy for the specified endpoint url_format
, using the "GET"
method.
Set binding_required
to true if the URL contains string formatting operations (for example
"http://foo.com/%<!-- -->s". These must be expanded using bind before invoking
the proxy.
Parameters:
url_format |
the endpoint URL |
binding_required |
whether the URL needs to be bound before calling |
Returns:
A new Proxy. |