Package org.apache.hc.core5.http
Class HttpHeaders
java.lang.Object
org.apache.hc.core5.http.HttpHeaders
Constants enumerating standard and common HTTP headers.
- Since:
- 4.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
The CORSAccess-Control-Allow-Credentials
response header field name.static final String
The CORSAccess-Control-Allow-Headers
response header field name.static final String
The CORSAccess-Control-Allow-Methods
response header field name.static final String
The CORSAccess-Control-Allow-Origin
response header field name.static final String
The CORSAccess-Control-Expose-Headers
response header field name.static final String
The CORSAccess-Control-Max-Age
response header field name.static final String
The CORSAccess-Control-Request-Headers
request header field name.static final String
The CORSAccess-Control-Request-Method
request header field name.static final String
static final String
static final String
static final String
static final String
static final String
The HTTPContent-Disposition
header field name.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
The HTTPCookie
header field name.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
The HTTPLink
header field name.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
The HTTPSet-Cookie
header field name.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ACCEPT
- See Also:
-
ACCEPT_CHARSET
- See Also:
-
ACCEPT_ENCODING
- See Also:
-
ACCEPT_LANGUAGE
- See Also:
-
ACCEPT_RANGES
- See Also:
-
ACCESS_CONTROL_ALLOW_CREDENTIALS
The CORSAccess-Control-Allow-Credentials
response header field name.- See Also:
-
ACCESS_CONTROL_ALLOW_HEADERS
The CORSAccess-Control-Allow-Headers
response header field name.- See Also:
-
ACCESS_CONTROL_ALLOW_METHODS
The CORSAccess-Control-Allow-Methods
response header field name.- See Also:
-
ACCESS_CONTROL_ALLOW_ORIGIN
The CORSAccess-Control-Allow-Origin
response header field name.- See Also:
-
ACCESS_CONTROL_EXPOSE_HEADERS
The CORSAccess-Control-Expose-Headers
response header field name.- See Also:
-
ACCESS_CONTROL_MAX_AGE
The CORSAccess-Control-Max-Age
response header field name.- See Also:
-
ACCESS_CONTROL_REQUEST_HEADERS
The CORSAccess-Control-Request-Headers
request header field name.- See Also:
-
ACCESS_CONTROL_REQUEST_METHOD
The CORSAccess-Control-Request-Method
request header field name.- See Also:
-
AGE
- See Also:
-
ALLOW
- See Also:
-
AUTHORIZATION
- See Also:
-
CACHE_CONTROL
- See Also:
-
CONNECTION
- See Also:
-
CONTENT_ENCODING
- See Also:
-
CONTENT_DISPOSITION
The HTTPContent-Disposition
header field name.- See Also:
-
CONTENT_LANGUAGE
- See Also:
-
CONTENT_LENGTH
- See Also:
-
CONTENT_LOCATION
- See Also:
-
CONTENT_MD5
- See Also:
-
CONTENT_RANGE
- See Also:
-
CONTENT_TYPE
- See Also:
-
COOKIE
The HTTPCookie
header field name.- See Also:
-
DATE
- See Also:
-
DAV
- See Also:
-
DEPTH
- See Also:
-
DESTINATION
- See Also:
-
ETAG
- See Also:
-
EXPECT
- See Also:
-
EXPIRES
- See Also:
-
FROM
- See Also:
-
HOST
- See Also:
-
IF
- See Also:
-
IF_MATCH
- See Also:
-
IF_MODIFIED_SINCE
- See Also:
-
IF_NONE_MATCH
- See Also:
-
IF_RANGE
- See Also:
-
IF_UNMODIFIED_SINCE
- See Also:
-
KEEP_ALIVE
- See Also:
-
LAST_MODIFIED
- See Also:
-
LINK
The HTTPLink
header field name.- See Also:
-
LOCATION
- See Also:
-
LOCK_TOKEN
- See Also:
-
MAX_FORWARDS
- See Also:
-
OVERWRITE
- See Also:
-
PRAGMA
- See Also:
-
PROXY_AUTHENTICATE
- See Also:
-
PROXY_AUTHORIZATION
- See Also:
-
PROXY_CONNECTION
- See Also:
-
RANGE
- See Also:
-
REFERER
- See Also:
-
RETRY_AFTER
- See Also:
-
SERVER
- See Also:
-
STATUS_URI
- See Also:
-
SET_COOKIE
The HTTPSet-Cookie
header field name.- See Also:
-
TE
- See Also:
-
TIMEOUT
- See Also:
-
TRAILER
- See Also:
-
TRANSFER_ENCODING
- See Also:
-
UPGRADE
- See Also:
-
USER_AGENT
- See Also:
-
VARY
- See Also:
-
VIA
- See Also:
-
WARNING
- See Also:
-
WWW_AUTHENTICATE
- See Also:
-
-
Constructor Details
-
HttpHeaders
private HttpHeaders()
-