Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a built in option for setting timeouts #77

Closed
nategood opened this issue May 21, 2013 · 0 comments
Closed

Add a built in option for setting timeouts #77

nategood opened this issue May 21, 2013 · 0 comments

Comments

@nategood
Copy link
Owner

Timeouts are important they should get an option

Instead of

$r->addOnCurlOption(CURLOPT_TIMEOUT, 10);

Something like

$r->timeoutIn(10);

Alias timeout

nategood pushed a commit that referenced this issue May 22, 2013
 - FEATURE [I #77](#77) Convenience method for setting a timeout (seconds) `$req->timeoutIn(10);`
 - FIX [I #75](#75) [I #78](#78) Bug with checking if digest auth is being used.
 - Minor README tweaks to update version and reference new download url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant