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