EVOLUTION-MANAGER
Edit File: use_proxy.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Use a proxy to connect to the internet.</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for use_proxy {httr}"><tr><td>use_proxy {httr}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Use a proxy to connect to the internet.</h2> <h3>Description</h3> <p>Use a proxy to connect to the internet. </p> <h3>Usage</h3> <pre> use_proxy(url, port = NULL, username = NULL, password = NULL, auth = "basic") </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>url, port</code></td> <td> <p>location of proxy</p> </td></tr> <tr valign="top"><td><code>username, password</code></td> <td> <p>login details for proxy, if needed</p> </td></tr> <tr valign="top"><td><code>auth</code></td> <td> <p>type of HTTP authentication to use. Should be one of the following: basic, digest, digest_ie, gssnegotiate, ntlm, any.</p> </td></tr> </table> <h3>See Also</h3> <p>Other config: <code><a href="add_headers.html">add_headers</a>()</code>, <code><a href="authenticate.html">authenticate</a>()</code>, <code><a href="config.html">config</a>()</code>, <code><a href="set_cookies.html">set_cookies</a>()</code>, <code><a href="timeout.html">timeout</a>()</code>, <code><a href="user_agent.html">user_agent</a>()</code>, <code><a href="verbose.html">verbose</a>()</code> </p> <h3>Examples</h3> <pre> # See http://www.hidemyass.com/proxy-list for a list of public proxies # to test with # GET("http://had.co.nz", use_proxy("64.251.21.73", 8080), verbose()) </pre> <hr /><div style="text-align: center;">[Package <em>httr</em> version 1.4.2 <a href="00Index.html">Index</a>]</div> </body></html>