hi, anybody know why OkHttpEngine was marked as in...
# ktor
e
hi, anybody know why OkHttpEngine was marked as internal API? https://youtrack.jetbrains.com/issue/KTOR-2757
r
I think that's just because you're supposed to use
OkHttp.create { ... }
instead of
OkHttpEngine(...)
.
e
bingo! thanks Russell