public static interface Http.MimeTypes
Modifier and Type | Field and Description |
---|---|
static String |
BINARY
Content-Type of binary data.
|
static String |
CSS
Content-Type of css.
|
static String |
EVENT_STREAM
Content-Type of server sent events.
|
static String |
FORM
Content-Type of form-urlencoded.
|
static String |
HTML
Content-Type of html.
|
static String |
JAVASCRIPT
Content-Type of javascript.
|
static String |
JSON
Content-Type of json.
|
static String |
TEXT
Content-Type of text.
|
static String |
XHTML
Content-Type of xhtml.
|
static String |
XML
Content-Type of xml.
|
static final String TEXT
static final String HTML
static final String JSON
static final String XML
static final String XHTML
static final String CSS
static final String JAVASCRIPT
static final String FORM
static final String EVENT_STREAM
static final String BINARY