httpful icon indicating copy to clipboard operation
httpful copied to clipboard

Timeouts

Open asacarter opened this issue 4 years ago • 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 :)

asacarter avatar May 03 '20 19:05 asacarter

Hi,

Just set it here: https://github.com/nategood/httpful/blob/0cded3ea97ba905600de9ceb9ef13f3ab681587c/src/Httpful/Request.php#L183

BR

BadPixxel avatar Mar 16 '21 14:03 BadPixxel