public final class Headers extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCEPT |
static String |
AUTHORIZATION |
static String |
CONTENT_TYPE |
static String |
CONTENT_TYPE_CANON |
Modifier and Type | Method and Description |
---|---|
static String |
getAuthorizationBearer(String value)
Pulls out the Bearer value (https://tools.ietf.org/html/rfc6750) from an Authorization header.
|
public static final String CONTENT_TYPE_CANON
public static final String CONTENT_TYPE
public static final String AUTHORIZATION
public static final String ACCEPT