Class Headers
- java.lang.Object
-
- no.digipost.api.client.internal.http.Headers
-
public final class Headers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.http.Header
Accept_DIGIPOST_MEDIA_TYPE_V8
static String
Content_MD5
static org.apache.http.Header
Content_Type_DIGIPOST_MEDIA_TYPE_V8
static String
X_Content_SHA256
static String
X_Digipost_Signature
static String
X_Digipost_UserId
-
Constructor Summary
Constructors Constructor Description Headers()
-
-
-
Field Detail
-
X_Digipost_Signature
public static final String X_Digipost_Signature
- See Also:
- Constant Field Values
-
X_Digipost_UserId
public static final String X_Digipost_UserId
- See Also:
- Constant Field Values
-
Content_MD5
public static final String Content_MD5
- See Also:
- Constant Field Values
-
X_Content_SHA256
public static final String X_Content_SHA256
- See Also:
- Constant Field Values
-
Accept_DIGIPOST_MEDIA_TYPE_V8
public static final org.apache.http.Header Accept_DIGIPOST_MEDIA_TYPE_V8
-
Content_Type_DIGIPOST_MEDIA_TYPE_V8
public static final org.apache.http.Header Content_Type_DIGIPOST_MEDIA_TYPE_V8
-
-