Hi! Using ktor client with Darwin engine. Do I nee...
# ktor
c
Hi! Using ktor client with Darwin engine. Do I need to configure the engine to support HTTP/2 or is it used automatically? If yes, how should I configure it?
a
It should switch to HTTP/2 automatically.
c
Thank you!