File tree 2 files changed +0
-42
lines changed
android/guava/src/com/google/common/net
guava/src/com/google/common/net
2 files changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,6 @@ private HttpHeaders() {}
71
71
/** The HTTP {@code Accept-Language} header field name. */
72
72
public static final String ACCEPT_LANGUAGE = "Accept-Language" ;
73
73
74
- /**
75
- * The HTTP {@code Accept-Signature} header field name.
76
- *
77
- * @since NEXT
78
- */
79
- public static final String ACCEPT_SIGNATURE = "Accept-Signature" ;
80
-
81
74
/** The HTTP {@code Access-Control-Request-Headers} header field name. */
82
75
public static final String ACCESS_CONTROL_REQUEST_HEADERS = "Access-Control-Request-Headers" ;
83
76
@@ -452,20 +445,6 @@ private ReferrerPolicyValues() {}
452
445
/** The HTTP {@code Set-Cookie2} header field name. */
453
446
public static final String SET_COOKIE2 = "Set-Cookie2" ;
454
447
455
- /**
456
- * The HTTP {@code Signature} header field name.
457
- *
458
- * @since NEXT
459
- */
460
- public static final String SIGNATURE = "Signature" ;
461
-
462
- /**
463
- * The HTTP {@code Signature-Input} header field name.
464
- *
465
- * @since NEXT
466
- */
467
- public static final String SIGNATURE_INPUT = "Signature-Input" ;
468
-
469
448
/**
470
449
* The HTTP <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/SourceMap">{@code
471
450
* SourceMap}</a> header field name.
Original file line number Diff line number Diff line change @@ -71,13 +71,6 @@ private HttpHeaders() {}
71
71
/** The HTTP {@code Accept-Language} header field name. */
72
72
public static final String ACCEPT_LANGUAGE = "Accept-Language" ;
73
73
74
- /**
75
- * The HTTP {@code Accept-Signature} header field name.
76
- *
77
- * @since NEXT
78
- */
79
- public static final String ACCEPT_SIGNATURE = "Accept-Signature" ;
80
-
81
74
/** The HTTP {@code Access-Control-Request-Headers} header field name. */
82
75
public static final String ACCESS_CONTROL_REQUEST_HEADERS = "Access-Control-Request-Headers" ;
83
76
@@ -452,20 +445,6 @@ private ReferrerPolicyValues() {}
452
445
/** The HTTP {@code Set-Cookie2} header field name. */
453
446
public static final String SET_COOKIE2 = "Set-Cookie2" ;
454
447
455
- /**
456
- * The HTTP {@code Signature} header field name.
457
- *
458
- * @since NEXT
459
- */
460
- public static final String SIGNATURE = "Signature" ;
461
-
462
- /**
463
- * The HTTP {@code Signature-Input} header field name.
464
- *
465
- * @since NEXT
466
- */
467
- public static final String SIGNATURE_INPUT = "Signature-Input" ;
468
-
469
448
/**
470
449
* The HTTP <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/SourceMap">{@code
471
450
* SourceMap}</a> header field name.
You can’t perform that action at this time.
0 commit comments