/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/timeout.php (458B)
2.5, ); // Now let's make a request to a page that will delay its response by 3 seconds $request = Requests::get('http://httpbin.org/delay/3', array(), $options); // An exception will be thrown, stating a timeout of the request !