Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getEffectiveTldPlusOne (0.22 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cookie.kt

          }
    
          // If the domain is a suffix of the url host, it must not be a public suffix.
          if (urlHost.length != domain.length &&
            PublicSuffixDatabase.get().getEffectiveTldPlusOne(domain) == null
          ) {
            return null
          }
    
          // If the path is absent or didn't start with '/', use the default path. It's a string like
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 23.1K bytes
    - Viewed (0)
Back to top