[ 原始碼: libokhttp-java ]
套件:libokhttp-java(3.13.1-1)
libokhttp-java 的相關連結
Debian 的資源:
下載原始碼套件 libokhttp-java:
- [libokhttp-java_3.13.1-1.dsc]
- [libokhttp-java_3.13.1.orig.tar.xz]
- [libokhttp-java_3.13.1-1.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