Java com.google.common.net HttpHeaders fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.net HttpHeaders fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.net HttpHeaders.

The text is from its open source code.

Field

StringCACHE_CONTROL
The HTTP Cache-Control header field name.
StringCONTENT_LENGTH
The HTTP Content-Length header field name.
StringCONTENT_TYPE
The HTTP Content-Type header field name.
StringDATE
The HTTP Date header field name.
StringPRAGMA
The HTTP Pragma header field name.
StringACCEPT
The HTTP Accept header field name.
StringACCEPT_CHARSET
The HTTP Accept-Charset header field name.
StringACCEPT_ENCODING
The HTTP Accept-Encoding header field name.
StringACCEPT_LANGUAGE
The HTTP Accept-Language header field name.
StringAUTHORIZATION
The HTTP Authorization header field name.
StringCONNECTION
The HTTP Connection header field name.
StringCOOKIE
The HTTP Cookie header field name.
StringEXPECT
The HTTP Expect header field name.
StringHOST
The HTTP Host header field name.
StringIF_MATCH
The HTTP If-Match header field name.
StringIF_MODIFIED_SINCE
The HTTP If-Modified-Since header field name.
StringIF_NONE_MATCH
The HTTP If-None-Match header field name.
StringIF_RANGE
The HTTP If-Range header field name.
StringIF_UNMODIFIED_SINCE
The HTTP If-Unmodified-Since header field name.
StringORIGIN
The HTTP Origin header field name.
StringRANGE
The HTTP Range header field name.
StringREFERER
The HTTP Referer header field name.
StringTE
The HTTP TE header field name.
StringUPGRADE
The HTTP Upgrade header field name.
StringUSER_AGENT
The HTTP User-Agent header field name.
StringACCEPT_RANGES
The HTTP Accept-Ranges header field name.
StringACCESS_CONTROL_ALLOW_HEADERS
The HTTP Access-Control-Allow-Headers header field name.
StringACCESS_CONTROL_ALLOW_METHODS
The HTTP Access-Control-Allow-Methods header field name.
StringACCESS_CONTROL_ALLOW_ORIGIN
The HTTP Access-Control-Allow-Origin header field name.
StringACCESS_CONTROL_ALLOW_CREDENTIALS
The HTTP Access-Control-Allow-Credentials header field name.
StringACCESS_CONTROL_EXPOSE_HEADERS
The HTTP Access-Control-Expose-Headers header field name.
StringAGE
The HTTP Age header field name.
StringALLOW
The HTTP Allow header field name.
StringCONTENT_DISPOSITION
The HTTP Content-Disposition header field name.
StringCONTENT_ENCODING
The HTTP Content-Encoding header field name.
StringCONTENT_LANGUAGE
The HTTP Content-Language header field name.
StringCONTENT_MD5
The HTTP Content-MD5 header field name.
StringCONTENT_RANGE
The HTTP Content-Range header field name.
StringETAG
The HTTP ETag header field name.
StringEXPIRES
The HTTP Expires header field name.
StringLAST_MODIFIED
The HTTP Last-Modified header field name.
StringLINK
The HTTP Link header field name.
StringLOCATION
The HTTP Location header field name.
StringREFRESH
The HTTP Refresh header field name.
StringRETRY_AFTER
The HTTP Retry-After header field name.
StringSET_COOKIE
The HTTP Set-Cookie header field name.
StringSTRICT_TRANSPORT_SECURITY
The HTTP Strict-Transport-Security header field name.
StringTRANSFER_ENCODING
The HTTP Transfer-Encoding header field name.
StringVARY
The HTTP Vary header field name.
StringWWW_AUTHENTICATE
The HTTP WWW-Authenticate header field name.
StringX_CONTENT_TYPE_OPTIONS
The HTTP X-Content-Type-Options header field name.
StringX_FORWARDED_FOR
The HTTP X-Forwarded-For header field name.
StringX_FORWARDED_PROTO
The HTTP X-Forwarded-Proto header field name.
StringX_FRAME_OPTIONS
The HTTP X-Frame-Options header field name.
StringX_POWERED_BY
The HTTP X-Powered-By header field name.
StringX_REQUESTED_WITH
The HTTP X-Requested-With header field name.
StringX_XSS_PROTECTION
The HTTP X-XSS-Protection header field name.