public class HttpFormData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpFormData.Type |
| Constructor and Description |
|---|
HttpFormData(String name,
Path file) |
HttpFormData(String name,
String text) |
HttpFormData(String name,
String filename,
byte[] binary) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
binary() |
Path |
file() |
String |
filename() |
String |
name() |
String |
text() |
String |
toString() |
HttpFormData.Type |
type() |
Copyright © 2018. All rights reserved.