public interface Header
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ACCEPT
The header Accept
|
static String |
ACCEPT_CHARSET
The header Accept-Charset
|
static String |
ACCEPT_ENCODING
The header Accept-Encoding
|
static String |
ACCEPT_LANGUAGE
The header Accept-Language
|
static String |
ACCEPT_RANGES
The header Accept-Ranges
|
static String |
AGE
The header Age
|
static String |
ALLOW
The header Allow
|
static String |
CACHE_CONTROL
The header Cache-Control
|
static String |
CONNECTION
The header Connection
|
static String |
CONTENT_DISPOSITION
The header Content-Disposition
|
static String |
CONTENT_ENCODING
The header Content-Encoding
|
static String |
CONTENT_LANGUAGE
The header Content-Language
|
static String |
CONTENT_LENGTH
The header Content-Length
|
static String |
CONTENT_LOCATION
The header Content-Location
|
static String |
CONTENT_MD5
The header Content-MD5
|
static String |
CONTENT_RANGE
The header Content-Range
|
static String |
CONTENT_TYPE
The header Content-Type
|
static String |
TRANSFER_ENCODING
The header Transfer-Encoding
|
static String |
USER_AGENT
The header User-Agent
|
Copyright © 2017. All rights reserved.