Timeouts are important they should get an option Instead of ``` $r->addOnCurlOption(CURLOPT_TIMEOUT, 10); ``` Something like ``` $r->timeoutIn(10); ``` Alias `timeout`