| 程序包 | 说明 |
|---|---|
| net.dongliu.requests.body |
| 限定符和类型 | 方法和说明 |
|---|---|
static Part<InputStreamSupplier> |
Part.file(String name,
String fileName,
InputStreamSupplier supplier)
Create a file multi-part field, from InputStream.
|
static RequestBody<InputStreamSupplier> |
RequestBody.inputStream(InputStreamSupplier supplier)
Create request body from input stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Part<InputStreamSupplier> |
Part.file(String name,
String fileName,
InputStreamSupplier supplier)
Create a file multi-part field, from InputStream.
|
static RequestBody<InputStreamSupplier> |
RequestBody.inputStream(InputStreamSupplier supplier)
Create request body from input stream.
|
Copyright © 2019. All rights reserved.