Connect and response timeout support
Having both those time outs supported would be great. Running into an issue where it continues to wait for a requests that for some reason never completes
Curl has CURLOPT_CONNECTTIMEOUT and CURLOPT_TIMEOUT so this should be fine to add. Just need to work out a test for it.
If we set defaults then allow them to be overridden with options, perhaps connect-timeout and timeout (need to work out short options too)
Thoughts @WyriHaximus? I'll add you as a collaborator too as you've been so helpful with this tool in the past :)
Sure I'm game 👍 .
@Brunty should the CLI option override the value configured in .cigar.json or the other way around?