Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for DNT (0.01 seconds)

  1. guava-tests/test/com/google/common/net/HttpHeadersTest.java

                .put("X_WEBKIT_CSP_REPORT_ONLY", "X-WebKit-CSP-Report-Only")
                .buildOrThrow();
        ImmutableSet<String> uppercaseAcronyms =
            ImmutableSet.of(
                "CDN", "CH", "ID", "DNT", "DNS", "DPR", "ECT", "GPC", "HTTP2", "IP", "MD5", "P3P",
                "RTT", "TE", "UA", "UID", "URL", "WWW", "XSS");
    
        for (Field field : httpHeadersFields()) {
          assertThat(field.get(null))
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 20:10:09 GMT 2026
    - 4.1K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/net/HttpHeaders.java

      public static final String WWW_AUTHENTICATE = "WWW-Authenticate";
    
      // Common, non-standard HTTP header fields
    
      /** The HTTP {@code DNT} header field name. */
      public static final String DNT = "DNT";
    
      /** The HTTP {@code X-Content-Type-Options} header field name. */
      public static final String X_CONTENT_TYPE_OPTIONS = "X-Content-Type-Options";
    
      /**
       * The HTTP <a
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Feb 24 14:36:23 GMT 2026
    - 35.6K bytes
    - Click Count (0)
Back to Top