Hello! What is the best practice to use HttpClient...
# ktor
p
Hello! What is the best practice to use HttpClient? Is it normal to create singelton instanse of it and use for the application lifecycle? Or I should create one for each call?
e
Hi @PHondogo, It’s ok for both cases
p
Thanks!