nategood/httpful

Add a built in option for setting timeouts

nategood opened this issue · 0 comments

Timeouts are important they should get an option

Instead of

$r->addOnCurlOption(CURLOPT_TIMEOUT, 10);

Something like

$r->timeoutIn(10);

Alias timeout