Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for upperToHttpHeaderName (0.1 seconds)

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

                "RTT", "TE", "UA", "UID", "URL", "WWW", "XSS");
    
        for (Field field : httpHeadersFields()) {
          assertThat(field.get(null))
              .isEqualTo(upperToHttpHeaderName(field.getName(), specialCases, uppercaseAcronyms));
        }
      }
    
      // Tests that there are no duplicate HTTP header names
      public void testNoDuplicateFields() throws Exception {
    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)
Back to Top