- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for showUrl (0.04 sec)
-
samples/guide/src/main/java/okhttp3/recipes/kt/CustomTrust.kt
.sslSocketFactory(certificates.sslSocketFactory(), certificates.trustManager) .build() } fun run() { showUrl("https://squareup.com/robots.txt") showUrl("https://publicobject.com/helloworld.txt") } private fun showUrl(url: String) { val request = Builder().url(url).build() client.newCall(request) .execute() .use { response ->
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 8.8K bytes - Viewed (0)