SkygearIO / skygear-SDK-Android

Skygear Android SDK
Other
12 stars 36 forks source link

HTTP/2 and OkHttp3 #113

Open seventhmoon opened 7 years ago

seventhmoon commented 7 years ago

I don't know if server side support HTTP/2 or not. (depends on nginx config) If supported, I would suggest adding okhttp3 as the http stack for Volley. And also make it configurable between different {default, okhttp3, self provided} http stack.

chpapa commented 7 years ago

Thanks @seventhmoon for the suggestion. Server side doesn't support HTTP/2 yet. Have created an issue for it and reference as above.