What is the performance cost for doing `httpclient...
# ktor
t
What is the performance cost for doing
httpclient.config *{ XYZ }*
? We have multiple gradle projects that need slightly different configurations and are discussing the tradeoffs between passing around HttpClientEngines vs HttpClients that we then configure
c
Is it running in a loop? If it just runs once at the start of the app, I doubt it matters
t
No, and I do agree it's bordering on premature optimization. At this point it's mostly out of curiosity