作者:麦土豆1937 | 来源:互联网 | 2022-12-02 21:51
我刚刚发现,Android推荐的http客户端HttpUrlConnection
不支持HTTP / 2。
是否有特定原因不在Android上使用HTTP / 2?
1> nasch..:
如果要利用HTTP / 2,可以使用OkHttp:
https://github.com/square/okhttp
无论如何,它都优于HttpUrlConnection。如果您要做的一切都很复杂,例如从Web API获取复杂的JSON响应,我建议您进行Retrofit:
https://square.github.io/retrofit/