Package | Description |
---|---|
cn.orionsec.kit.http.ok | |
cn.orionsec.kit.http.ok.file |
Modifier and Type | Method and Description |
---|---|
static OkUpload |
OkRequests.upload(String url)
同步上传文件
|
static OkUpload |
OkRequests.upload(String url,
okhttp3.OkHttpClient client)
同步上传文件
|
Modifier and Type | Method and Description |
---|---|
OkUpload |
OkUpload.method(HttpMethod method) |
OkUpload |
OkUpload.method(String method) |
OkUpload |
OkUpload.part(HttpUploadPart part)
上传单文件
|
OkUpload |
OkUpload.parts(Collection<HttpUploadPart> parts)
上传多文件
|
Copyright © 2024. All rights reserved.