/home/techb158/ileadtechnology.com/SSM/vendor/rmccue/requests/examples
NameSizeModeActions
basic-auth.php3920644editdlrm
cookie.php4240644editdlrm
cookie_jar.php5140644editdlrm
get.php3250644editdlrm
multiple.php10510644editdlrm
post.php3290644editdlrm
proxy.php5520644editdlrm
session.php5490644editdlrm
timeout.php4580644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/rmccue/requests/examples/proxy.php (552B)
'127.0.0.1:8080', // syntax: host:port, eg 12.13.14.14:8080 or someproxy.com:3128 // If you need to authenticate, use the following syntax: // 'proxy' => array( '127.0.0.1:8080', 'username', 'password' ), ); $request = Requests::get('http://httpbin.org/ip', array(), $options ); // See result var_dump($request->body);