i328254

Results 3 comments of i328254

can you please share any code samples for that @rossabaker ``` private val timeoutConfig = BlazeClientConfig.defaultConfig.copy( responseHeaderTimeout = Duration.Inf, idleTimeout = Duration.Inf, requestTimeout = Duration.Inf) private val httpClient = Http1Client[IO](config...

@rossabaker Thanks for your immediate response. I'll give you a little background on what I'm trying to achieve and maybe you can suggest the best way to do it :)...

Thanks a lot @rossabaker just one more question, is there a way to achieve the same with `fetch`