- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for domainFronting (0.11 sec)
-
mockwebserver/src/test/java/mockwebserver3/MockResponseSniTest.kt
} /** * Use different hostnames for the TLS handshake (including SNI) and the HTTP request (in the * Host header). */ @Test fun domainFronting() { val heldCertificate = HeldCertificate.Builder() .commonName("server name") .addSubjectAlternativeName("url-host.com") .build() val handshakeCertificates =
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 5.9K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt
assertThat(client.connectionPool.connectionCount()).isEqualTo(1) } /** https://github.com/square/okhttp/issues/3103 */ @ParameterizedTest @ArgumentsSource(ProtocolParamProvider::class) fun domainFronting( protocol: Protocol, mockWebServer: MockWebServer, ) { setUp(protocol, mockWebServer) client = client.newBuilder() .addNetworkInterceptor(
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 11 22:09:35 UTC 2024 - 75.3K bytes - Viewed (0)