File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
android/guava/src/com/google/common/net
guava/src/com/google/common/net Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -418,6 +418,12 @@ private ReferrerPolicyValues() {}
418
418
* @since 15.0
419
419
*/
420
420
@ Beta public static final String PUBLIC_KEY_PINS_REPORT_ONLY = "Public-Key-Pins-Report-Only" ;
421
+ /**
422
+ * The HTTP {@code X-Request-ID} header field name.
423
+ *
424
+ * @since NEXT
425
+ */
426
+ public static final String X_REQUEST_ID = "X-Request-ID" ;
421
427
/** The HTTP {@code X-Requested-With} header field name. */
422
428
public static final String X_REQUESTED_WITH = "X-Requested-With" ;
423
429
/** The HTTP {@code X-User-IP} header field name. */
Original file line number Diff line number Diff line change @@ -418,6 +418,12 @@ private ReferrerPolicyValues() {}
418
418
* @since 15.0
419
419
*/
420
420
@ Beta public static final String PUBLIC_KEY_PINS_REPORT_ONLY = "Public-Key-Pins-Report-Only" ;
421
+ /**
422
+ * The HTTP {@code X-Request-ID} header field name.
423
+ *
424
+ * @since NEXT
425
+ */
426
+ public static final String X_REQUEST_ID = "X-Request-ID" ;
421
427
/** The HTTP {@code X-Requested-With} header field name. */
422
428
public static final String X_REQUESTED_WITH = "X-Requested-With" ;
423
429
/** The HTTP {@code X-User-IP} header field name. */
You can’t perform that action at this time.
0 commit comments