Package software.amazon.awssdk.http
Class Header
- java.lang.Object
-
- software.amazon.awssdk.http.Header
-
public final class Header extends Object
Constants for commonly used HTTP headers.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCEPT
static String
CHUNKED
static String
CONNECTION
static String
CONTENT_LENGTH
static String
CONTENT_MD5
static String
CONTENT_TYPE
static String
HOST
static String
KEEP_ALIVE_VALUE
static String
TRANSFER_ENCODING
-
-
-
Field Detail
-
CONTENT_LENGTH
public static final String CONTENT_LENGTH
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CONTENT_MD5
public static final String CONTENT_MD5
- See Also:
- Constant Field Values
-
TRANSFER_ENCODING
public static final String TRANSFER_ENCODING
- See Also:
- Constant Field Values
-
CHUNKED
public static final String CHUNKED
- See Also:
- Constant Field Values
-
HOST
public static final String HOST
- See Also:
- Constant Field Values
-
CONNECTION
public static final String CONNECTION
- See Also:
- Constant Field Values
-
KEEP_ALIVE_VALUE
public static final String KEEP_ALIVE_VALUE
- See Also:
- Constant Field Values
-
ACCEPT
public static final String ACCEPT
- See Also:
- Constant Field Values
-
-