public enum HttpBodyType
Enum constant | Description |
---|---|
FILE |
|
FORM_DATA |
|
TEXT |
|
URL_ENCODED |
Type Params | Return Type | Name and description |
---|---|---|
|
public static HttpBodyType |
fromType(String type) |
|
public String |
getType() |