httpful
httpful copied to clipboard
Timeouts
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: https://github.com/nategood/httpful/blob/0cded3ea97ba905600de9ceb9ef13f3ab681587c/src/Httpful/Request.php#L183
BR