Package com.networknt.http.client
Class Headers
- java.lang.Object
-
- com.networknt.http.client.Headers
-
public class Headers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPT_STRINGstatic StringAUTHORIZATION_STRINGstatic StringCONTENT_TYPE_STRINGstatic StringCORRELATION_ID_STRINGstatic StringSCOPE_TOKEN_STRINGstatic StringTRACEABILITY_ID_STRING
-
Constructor Summary
Constructors Constructor Description Headers()
-
-
-
Field Detail
-
AUTHORIZATION_STRING
public static final String AUTHORIZATION_STRING
- See Also:
- Constant Field Values
-
SCOPE_TOKEN_STRING
public static final String SCOPE_TOKEN_STRING
- See Also:
- Constant Field Values
-
TRACEABILITY_ID_STRING
public static final String TRACEABILITY_ID_STRING
- See Also:
- Constant Field Values
-
CORRELATION_ID_STRING
public static final String CORRELATION_ID_STRING
- See Also:
- Constant Field Values
-
CONTENT_TYPE_STRING
public static final String CONTENT_TYPE_STRING
- See Also:
- Constant Field Values
-
ACCEPT_STRING
public static final String ACCEPT_STRING
- See Also:
- Constant Field Values
-
-