We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b215c9 commit 734277bCopy full SHA for 734277b
README.md
@@ -84,6 +84,15 @@ new UpCompletionHandler() {
84
```
85
86
### 支持使用 http3 协议发起请求
87
+
88
+导入 [http3 client 插件](https://github.com/qiniu/qiniu-android-curl-plugin),http3 client 插件依赖于 Android SDK v8.5.0及以上版本
89
90
+安装导入
91
+```java
92
+implementation 'com.qiniu:qiniu-android-plugin:1.0.+'
93
+```
94
95
+使用 CurlClient
96
```java
97
import com.qiniu.client.curl.CurlClient;
98
import com.qiniu.android.storage.Configuration;
0 commit comments