hisakazu
05/08/2023, 8:06 AMOkhttpClient
.
But on iOS, NSURLSession
cannot be customized from the outside.
https://github.com/apollographql/apollo-kotlin/blob/main/libraries/apollo-runtime/src/appleMain/kotlin/com/apollographql/apollo3/network/http/NSURLSessionHttpEngine.kt
1) I am thinking as above, is it correct?
2) If I want to customize NSURLSession, do I need to provide my own HttpEngine
?
3) Is there any plan to provide an extension function similar to okhttp in the Apollo roadmap?
Translated with www.DeepL.com/Translator (free version)mbonnin
05/08/2023, 8:29 AMhisakazu
05/09/2023, 9:29 AM