- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testHostnameFunction (0.08 seconds)
-
android-test-app/src/androidTest/kotlin/okhttp/android/testapp/IdnaTest.kt
* limitations under the License. */ package okhttp3.android import okhttp3.HttpUrl.Companion.toHttpUrl import org.junit.Assert.assertEquals import org.junit.Test class IdnaTest { @Test fun testHostnameFunction() { assertEquals("xn--n3h.net", "https://☃.net/robots.txt".toHttpUrl().host) }Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Aug 03 19:38:06 GMT 2025 - 869 bytes - Click Count (0)