Skip to content

Commit 190af0e

Browse files
committed
feat(HttpHeaders): Add constant for analytics header
1 parent a4726d0 commit 190af0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/ibm/cloud/sdk/core/http/HttpHeaders.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ public interface HttpHeaders {
153153
*/
154154
String WWW_AUTHENTICATE = "WWW-Authenticate";
155155

156+
/** Header containing analytics info. */
157+
String X_IBMCLOUD_SDK_ANALYTICS = "X-IBMCloud-SDK-Analytics";
158+
156159
/** The Authorization token header. */
157160
String X_WATSON_AUTHORIZATION_TOKEN = "X-Watson-Authorization-Token";
158161

0 commit comments

Comments
 (0)