We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd26eab commit 9d21458Copy full SHA for 9d21458
src/main/java/com/ibm/cloud/sdk/core/http/HttpHeaders.java
@@ -152,14 +152,4 @@ public interface HttpHeaders {
152
* See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.47">HTTP/1.1 documentation</a>.
153
*/
154
String WWW_AUTHENTICATE = "WWW-Authenticate";
155
-
156
- /** The Authorization token header. */
157
- String X_WATSON_AUTHORIZATION_TOKEN = "X-Watson-Authorization-Token";
158
159
- /** Allow Watson to collect the payload. */
160
- String X_WATSON_LEARNING_OPT_OUT = "X-Watson-Learning-Opt-Out";
161
162
- /** Mark Bluemix interactions from tests. */
163
- String X_WATSON_TEST = "X-Watson-Test";
164
165
}
0 commit comments