[ 源代码: libokhttp-java ]
软件包:libokhttp-java(3.13.1-2)
libokhttp-java 的相关链接
Debian 的资源:
下载源码包 libokhttp-java:
- [libokhttp-java_3.13.1-2.dsc]
- [libokhttp-java_3.13.1.orig.tar.xz]
- [libokhttp-java_3.13.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
HTTP+HTTP/2 client for Android and Java applications
OkHttp is an HTTP client that’s efficient by default. It supports both synchronous blocking calls and async calls with callbacks.
* HTTP/2 support allows all requests to the same host to share a socket. * Connection pooling reduces request latency (if HTTP/2 isn’t available). * Transparent GZIP shrinks download sizes. * Response caching avoids the network completely for repeat requests