public final class HttpHeaders extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ACCEPT |
static String |
ACCEPT_CHARSET |
static String |
ACCEPT_ENCODING |
static String |
ACCEPT_LANGUAGE |
static String |
ACCEPT_RANGES |
static String |
ACCESS_CONTROL_ALLOW_CREDENTIALS
The CORS
Access-Control-Allow-Credentials response header field name. |
static String |
ACCESS_CONTROL_ALLOW_HEADERS
The CORS
Access-Control-Allow-Headers response header field name. |
static String |
ACCESS_CONTROL_ALLOW_METHODS
The CORS
Access-Control-Allow-Methods response header field name. |
static String |
ACCESS_CONTROL_ALLOW_ORIGIN
The CORS
Access-Control-Allow-Origin response header field name. |
static String |
ACCESS_CONTROL_EXPOSE_HEADERS
The CORS
Access-Control-Expose-Headers response header field name. |
static String |
ACCESS_CONTROL_MAX_AGE
The CORS
Access-Control-Max-Age response header field name. |
static String |
ACCESS_CONTROL_REQUEST_HEADERS
The CORS
Access-Control-Request-Headers request header field name. |
static String |
ACCESS_CONTROL_REQUEST_METHOD
The CORS
Access-Control-Request-Method request header field name. |
static String |
AGE |
static String |
ALLOW |
static String |
AUTHORIZATION |
static String |
CACHE_CONTROL |
static String |
CONNECTION |
static String |
CONTENT_DISPOSITION
The HTTP
Content-Disposition header field name. |
static String |
CONTENT_ENCODING |
static String |
CONTENT_LANGUAGE |
static String |
CONTENT_LENGTH |
static String |
CONTENT_LOCATION |
static String |
CONTENT_MD5 |
static String |
CONTENT_RANGE |
static String |
CONTENT_TYPE |
static String |
COOKIE
The HTTP
Cookie header field name. |
static String |
DATE |
static String |
DAV |
static String |
DEPTH |
static String |
DESTINATION |
static String |
ETAG |
static String |
EXPECT |
static String |
EXPIRES |
static String |
FROM |
static String |
HOST |
static String |
IF |
static String |
IF_MATCH |
static String |
IF_MODIFIED_SINCE |
static String |
IF_NONE_MATCH |
static String |
IF_RANGE |
static String |
IF_UNMODIFIED_SINCE |
static String |
KEEP_ALIVE |
static String |
LAST_MODIFIED |
static String |
LINK
The HTTP
Link header field name. |
static String |
LOCATION |
static String |
LOCK_TOKEN |
static String |
MAX_FORWARDS |
static String |
OVERWRITE |
static String |
PRAGMA |
static String |
PROXY_AUTHENTICATE |
static String |
PROXY_AUTHORIZATION |
static String |
PROXY_CONNECTION |
static String |
RANGE |
static String |
REFERER |
static String |
RETRY_AFTER |
static String |
SERVER |
static String |
SET_COOKIE
The HTTP
Set-Cookie header field name. |
static String |
STATUS_URI |
static String |
TE |
static String |
TIMEOUT |
static String |
TRAILER |
static String |
TRANSFER_ENCODING |
static String |
UPGRADE |
static String |
USER_AGENT |
static String |
VARY |
static String |
VIA |
static String |
WARNING |
static String |
WWW_AUTHENTICATE |
public static final String ACCESS_CONTROL_ALLOW_CREDENTIALS
Access-Control-Allow-Credentials response header field name.public static final String ACCESS_CONTROL_ALLOW_HEADERS
Access-Control-Allow-Headers response header field name.public static final String ACCESS_CONTROL_ALLOW_METHODS
Access-Control-Allow-Methods response header field name.public static final String ACCESS_CONTROL_ALLOW_ORIGIN
Access-Control-Allow-Origin response header field name.public static final String ACCESS_CONTROL_EXPOSE_HEADERS
Access-Control-Expose-Headers response header field name.public static final String ACCESS_CONTROL_MAX_AGE
Access-Control-Max-Age response header field name.public static final String ACCESS_CONTROL_REQUEST_HEADERS
Access-Control-Request-Headers request header field name.public static final String ACCESS_CONTROL_REQUEST_METHOD
Access-Control-Request-Method request header field name.public static final String CONTENT_DISPOSITION
Content-Disposition header field name.Copyright © 2023. All rights reserved.