defaultHttpTransport
Returns the built-in HTTP transport for the current platform: Ktor CIO on JVM/Android, Ktor Js (fetch-based) on JS/browser. Consumers who need to control engine settings (proxy, TLS pinning, retries, etc.) can implement HttpTransport directly.