(This isn't really a http verb, but it seems to follow the same format).
BROWSE(url = NULL, config = list(), ..., handle = NULL)
| url | the url of the page to retrieve |
|---|---|
| config | All configuration options are ignored because the request is handled by the browser, not RCurl. |
| ... | Further named parameters, such as |
| handle | The handle to use with this request. If not
supplied, will be retrieved and reused from the |
A response() object.
Only works in interactive sessions.
BROWSE("http://google.com")#>#>BROWSE("http://had.co.nz")#>#>