public final class FormatType extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FORM
The default form data Content-Type header.
|
static String |
JSON
the default JSON Content-Type header.
|
static String |
MULTI |
static String |
PLAIN |
static String |
RAW
the default binary Content-Type header.
|
static String |
XML
the default XML Content-Type header.
|
public static final String XML
public static final String JSON
public static final String RAW
public static final String FORM
public static final String MULTI
public static final String PLAIN
Copyright © 2022. All rights reserved.