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 Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe CORSAccess-Control-Allow-Credentialsresponse header field name.static final StringThe CORSAccess-Control-Allow-Headersresponse header field name.static final StringThe CORSAccess-Control-Allow-Methodsresponse header field name.static final StringThe CORSAccess-Control-Allow-Originresponse header field name.static final StringThe CORSAccess-Control-Expose-Headersresponse header field name.static final StringThe CORSAccess-Control-Max-Ageresponse header field name.static final StringThe CORSAccess-Control-Request-Headersrequest header field name.static final StringThe CORSAccess-Control-Request-Methodrequest header field name.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe HTTPContent-Dispositionheader field name.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe HTTPCookieheader field name.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe HTTPLinkheader field name.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe HTTPSet-Cookieheader field name.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic 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-Credentialsresponse header field name.- See Also:
-
ACCESS_CONTROL_ALLOW_HEADERS
The CORSAccess-Control-Allow-Headersresponse header field name.- See Also:
-
ACCESS_CONTROL_ALLOW_METHODS
The CORSAccess-Control-Allow-Methodsresponse header field name.- See Also:
-
ACCESS_CONTROL_ALLOW_ORIGIN
The CORSAccess-Control-Allow-Originresponse header field name.- See Also:
-
ACCESS_CONTROL_EXPOSE_HEADERS
The CORSAccess-Control-Expose-Headersresponse header field name.- See Also:
-
ACCESS_CONTROL_MAX_AGE
The CORSAccess-Control-Max-Ageresponse header field name.- See Also:
-
ACCESS_CONTROL_REQUEST_HEADERS
The CORSAccess-Control-Request-Headersrequest header field name.- See Also:
-
ACCESS_CONTROL_REQUEST_METHOD
The CORSAccess-Control-Request-Methodrequest 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-Dispositionheader 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 HTTPCookieheader 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 HTTPLinkheader 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-Cookieheader 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()
-