nategood/httpful

Timeouts

asacarter opened this issue · 1 comments

Hi

I'm using httpful to send requests to an API but I'm frequently getting connection timeouts.

Is there anyway to increase the length of time before a timeout occurs?

Thanks :)

Hi,

Just set it here:

public function timeout($timeout)

BR