Class HttpHeaders
java.lang.Object
org.springframework.cloud.contract.spec.internal.HttpHeaders
Contains most commonly used http headers.
- Since:
- 1.0.2
- Author:
- Marcin Grzejszczak, Tim Ysewyn
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe HTTPAcceptheader field name.static final StringThe HTTPAccept-Charsetheader field name.static final StringThe HTTPAccept-Encodingheader field name.static final StringThe HTTPAccept-Languageheader field name.static final StringThe HTTPAccept-Rangesheader field name.static 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 StringThe HTTPAgeheader field name.static final StringThe HTTPAllowheader field name.static final StringThe HTTPAuthorizationheader field name.static final StringThe HTTPCache-Controlheader field name.static final StringThe HTTPConnectionheader field name.static final StringThe HTTPContent-Dispositionheader field name.static final StringThe HTTPContent-Encodingheader field name.static final StringThe HTTPContent-Languageheader field name.static final StringThe HTTPContent-Lengthheader field name.static final StringThe HTTPContent-Locationheader field name.static final StringThe HTTPContent-Rangeheader field name.static final StringThe HTTPContent-Typeheader field name.static final StringThe HTTPCookieheader field name.static final StringThe HTTPDateheader field name.static final StringThe HTTPETagheader field name.static final StringThe HTTPExpectheader field name.static final StringThe HTTPExpiresheader field name.static final StringThe HTTPFromheader field name.static final StringThe HTTPHostheader field name.static final StringThe HTTPIf-Matchheader field name.static final StringThe HTTPIf-Modified-Sinceheader field name.static final StringThe HTTPIf-None-Matchheader field name.static final StringThe HTTPIf-Rangeheader field name.static final StringThe HTTPIf-Unmodified-Sinceheader field name.static final StringThe HTTPLast-Modifiedheader field name.static final StringThe HTTPLinkheader field name.static final StringThe HTTPLocationheader field name.static final StringThe HTTPMax-Forwardsheader field name.static final StringThe HTTPOriginheader field name.static final StringThe HTTPPragmaheader field name.static final StringThe HTTPProxy-Authenticateheader field name.static final StringThe HTTPProxy-Authorizationheader field name.static final StringThe HTTPRangeheader field name.static final StringThe HTTPRefererheader field name.static final StringThe HTTPRetry-Afterheader field name.static final StringThe HTTPServerheader field name.static final StringThe HTTPSet-Cookieheader field name.static final StringThe HTTPSet-Cookie2header field name.static final StringThe HTTPTEheader field name.static final StringThe HTTPTrailerheader field name.static final StringThe HTTPTransfer-Encodingheader field name.static final StringThe HTTPUpgradeheader field name.static final StringThe HTTPUser-Agentheader field name.static final StringThe HTTPVaryheader field name.static final StringThe HTTPViaheader field name.static final StringThe HTTPWarningheader field name.static final StringThe HTTPWWW-Authenticateheader field name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ACCEPT
The HTTPAcceptheader field name. -
ACCEPT_CHARSET
The HTTPAccept-Charsetheader field name. -
ACCEPT_ENCODING
The HTTPAccept-Encodingheader field name. -
ACCEPT_LANGUAGE
The HTTPAccept-Languageheader field name. -
ACCEPT_RANGES
The HTTPAccept-Rangesheader field name. -
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
The HTTPAgeheader field name.- See Also:
-
ALLOW
The HTTPAllowheader field name. -
AUTHORIZATION
The HTTPAuthorizationheader field name.- See Also:
-
CACHE_CONTROL
The HTTPCache-Controlheader field name.- See Also:
-
CONNECTION
The HTTPConnectionheader field name.- See Also:
-
CONTENT_ENCODING
The HTTPContent-Encodingheader field name. -
CONTENT_DISPOSITION
The HTTPContent-Dispositionheader field name.- See Also:
-
CONTENT_LANGUAGE
The HTTPContent-Languageheader field name. -
CONTENT_LENGTH
The HTTPContent-Lengthheader field name. -
CONTENT_LOCATION
The HTTPContent-Locationheader field name. -
CONTENT_RANGE
The HTTPContent-Rangeheader field name.- See Also:
-
CONTENT_TYPE
The HTTPContent-Typeheader field name. -
COOKIE
The HTTPCookieheader field name. -
DATE
The HTTPDateheader field name. -
ETAG
The HTTPETagheader field name.- See Also:
-
EXPECT
The HTTPExpectheader field name. -
EXPIRES
The HTTPExpiresheader field name.- See Also:
-
FROM
The HTTPFromheader field name. -
HOST
The HTTPHostheader field name.- See Also:
-
IF_MATCH
The HTTPIf-Matchheader field name.- See Also:
-
IF_MODIFIED_SINCE
The HTTPIf-Modified-Sinceheader field name.- See Also:
-
IF_NONE_MATCH
The HTTPIf-None-Matchheader field name.- See Also:
-
IF_RANGE
The HTTPIf-Rangeheader field name.- See Also:
-
IF_UNMODIFIED_SINCE
The HTTPIf-Unmodified-Sinceheader field name.- See Also:
-
LAST_MODIFIED
The HTTPLast-Modifiedheader field name.- See Also:
-
LINK
The HTTPLinkheader field name.- See Also:
-
LOCATION
The HTTPLocationheader field name. -
MAX_FORWARDS
The HTTPMax-Forwardsheader field name. -
ORIGIN
The HTTPOriginheader field name.- See Also:
-
PRAGMA
The HTTPPragmaheader field name.- See Also:
-
PROXY_AUTHENTICATE
The HTTPProxy-Authenticateheader field name.- See Also:
-
PROXY_AUTHORIZATION
The HTTPProxy-Authorizationheader field name.- See Also:
-
RANGE
The HTTPRangeheader field name.- See Also:
-
REFERER
The HTTPRefererheader field name. -
RETRY_AFTER
The HTTPRetry-Afterheader field name. -
SERVER
The HTTPServerheader field name. -
SET_COOKIE
The HTTPSet-Cookieheader field name. -
SET_COOKIE_2
The HTTPSet-Cookie2header field name.- See Also:
-
TE
The HTTPTEheader field name.- See Also:
-
TRAILER
The HTTPTrailerheader field name.- See Also:
-
TRANSFER_ENCODING
The HTTPTransfer-Encodingheader field name. -
UPGRADE
The HTTPUpgradeheader field name.- See Also:
-
USER_AGENT
The HTTPUser-Agentheader field name. -
VARY
The HTTPVaryheader field name. -
VIA
The HTTPViaheader field name. -
WARNING
The HTTPWarningheader field name.- See Also:
-
WWW_AUTHENTICATE
The HTTPWWW-Authenticateheader field name.- See Also:
-
-
Constructor Details
-
HttpHeaders
public HttpHeaders()
-