Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hostnameLowercaseCharactersMappedDirectly (0.14 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt

        assertInvalid("http://\n/", "Invalid URL host: \"\n\"")
        assertInvalid("http:// /", "Invalid URL host: \" \"")
        assertInvalid("http://%20/", "Invalid URL host: \"%20\"")
      }
    
      @Test
      fun hostnameLowercaseCharactersMappedDirectly() {
        assertThat(parse("http://abcd").host).isEqualTo("abcd")
        assertThat(parse("http://σ").host).isEqualTo("xn--4xa")
      }
    
      @Test
      fun hostnameUppercaseCharactersConvertedToLowercase() {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Aug 04 07:38:48 UTC 2025
    - 69.9K bytes
    - Viewed (0)
Back to top