- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for secureGet (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp-logging-interceptor/src/test/java/okhttp3/logging/LoggingEventListenerTest.kt
.assertLogMatch(Regex("""responseBodyEnd: byteCount=0""")) .assertLogMatch(Regex("""connectionReleased""")) .assertLogMatch(Regex("""callEnd""")) .assertNoMoreLogs() } @Test fun secureGet() { assumeNotWindows() server.useHttps(handshakeCertificates.sslSocketFactory()) url = server.url("/") server.enqueue(MockResponse()) val response = client.newCall(request().build()).execute()
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Jun 20 11:46:46 GMT 2025 - 10.2K bytes - Click Count (0)