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 String
ACCEPT
Accept header according to RFC1945static String
ACCEPT_LANGUAGE
Accept-Language header according to RFC1945static String
ALLOW
Allow header according to RFC1945static String
AUTHORIZATION
Authorization header according to RFC1945static String
CONTENT_LENGTH
Content-Length header according to RFC1945static String
CONTENT_TYPE
Content-Type header according to RFC1945static String
USER_AGENT
User-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
-
-