public interface HttpHeader
Http (request) header field names.
- Author:
- Leonard Woo
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe HTTPAcceptheader field name.static final StringThe HTTPAccept-Encodingheader field name.static final StringThe HTTPAccept-Languageheader 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 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-Rangeheader field name.static final StringThe HTTPContent-Typeheader field name.static final StringThe HTTPCookieheader field name.static final StringThe HTTPOriginheader field name.static final StringThe HTTPPragmaheader field name.static final StringThe HTTPProxy-Authorizationheader field name.static final StringThe HTTPRangeheader field name.static final StringThe HTTPRefererheader field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTP User-agent client hints field name.static final StringThe HTTPUpgradeheader field name.static final StringThe HTTPUpgrade-Insecure-Requestsheader field name.static final StringThe HTTPUser-Agentheader field name.static final StringThe HTTPViaheader field name.
-
Field Details
-
ACCEPT
The HTTPAcceptheader field name.- See Also:
-
ACCEPT_ENCODING
The HTTPAccept-Encodingheader field name.- See Also:
-
ACCEPT_LANGUAGE
The HTTPAccept-Languageheader 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:
-
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.- See Also:
-
CONTENT_DISPOSITION
The HTTPContent-Dispositionheader field name.- See Also:
-
CONTENT_LANGUAGE
The HTTPContent-Languageheader field name.- See Also:
-
CONTENT_LENGTH
The HTTPContent-Lengthheader field name.- See Also:
-
CONTENT_RANGE
The HTTPContent-Rangeheader field name.- See Also:
-
CONTENT_TYPE
The HTTPContent-Typeheader field name.- See Also:
-
COOKIE
The HTTPCookieheader field name.- See Also:
-
ORIGIN
The HTTPOriginheader field name.- See Also:
-
PRAGMA
The HTTPPragmaheader 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.- See Also:
-
SEC_CH_UA
The HTTP User-agent client hints field name.- See Also:
-
SEC_CH_UA_ARCH
The HTTP User-agent client hints field name.- See Also:
-
SEC_CH_UA_BITNESS
The HTTP User-agent client hints field name.- See Also:
-
SEC_CH_UA_FULL_VERSION_LIST
The HTTP User-agent client hints field name.- See Also:
-
SEC_CH_UA_MOBILE
The HTTP User-agent client hints field name.- See Also:
-
SEC_CH_UA_MODEL
The HTTP User-agent client hints field name.- See Also:
-
SEC_CH_UA_PLATFORM
The HTTP User-agent client hints field name.- See Also:
-
SEC_CH_UA_PLATFORM_VERSION
The HTTP User-agent client hints field name.- See Also:
-
SEC_FETCH_DEST
The HTTP User-agent client hints field name.- See Also:
-
SEC_FETCH_MODE
The HTTP User-agent client hints field name.- See Also:
-
SEC_FETCH_SITE
The HTTP User-agent client hints field name.- See Also:
-
SEC_FETCH_USER
The HTTP User-agent client hints field name.- See Also:
-
UPGRADE
The HTTPUpgradeheader field name.- See Also:
-
UPGRADE_INSECURE_REQUESTS
The HTTPUpgrade-Insecure-Requestsheader field name.- See Also:
-
USER_AGENT
The HTTPUser-Agentheader field name.- See Also:
-
VIA
The HTTPViaheader field name.- See Also:
-