Class HttpHeaders
- java.lang.Object
-
- com.github.m0nk3y2k4.thetvdb.internal.util.http.HttpHeaders
-
public final class HttpHeaders extends Object
Constants enumerating common HTTP headers
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPTAccept header according to RFC1945static StringACCEPT_LANGUAGEAccept-Language header according to RFC1945static StringALLOWAllow header according to RFC1945static StringAUTHORIZATIONAuthorization header according to RFC1945static StringCONTENT_LENGTHContent-Length header according to RFC1945static StringCONTENT_TYPEContent-Type header according to RFC1945static StringUSER_AGENTUser-Agent header according to RFC1945
-
-
-
Field Detail
-
ACCEPT
public static final String ACCEPT
Accept header according to RFC1945- See Also:
- Constant Field Values
-
ACCEPT_LANGUAGE
public static final String ACCEPT_LANGUAGE
Accept-Language header according to RFC1945- See Also:
- Constant Field Values
-
AUTHORIZATION
public static final String AUTHORIZATION
Authorization header according to RFC1945- See Also:
- Constant Field Values
-
CONTENT_LENGTH
public static final String CONTENT_LENGTH
Content-Length header according to RFC1945- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
Content-Type header according to RFC1945- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
User-Agent header according to RFC1945- See Also:
- Constant Field Values
-
ALLOW
public static final String ALLOW
Allow header according to RFC1945- See Also:
- Constant Field Values
-
-