Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for encoded_path (0.25 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

        assertThat(connect.headers["Proxy-Authorization"]).isEqualTo(credential)
        assertThat(connect.url.encodedPath).isEqualTo("/")
        val get = server.takeRequest()
        assertThat(get.method).isEqualTo("GET")
        assertThat(get.headers["Proxy-Authorization"]).isNull()
        assertThat(get.url.encodedPath).isEqualTo("/foo")
      }
    
      @Test
      fun preemptiveThenReactiveProxyAuthentication() {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:02:18 GMT 2026
    - 146.5K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

          }
        }
        val requestA = server.takeRequest()
        assertThat(requestA.url.encodedPath).isEqualTo("/a")
        val requestB = server.takeRequest()
        assertThat(requestB.url.encodedPath).isEqualTo("/b")
        assertThat(requestB.body?.utf8()).isEqualTo(requestBody)
      }
    
      @Test
      fun postBodyRetransmittedOnFailureRecovery() {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 133.3K bytes
    - Click Count (0)
  3. okhttp/src/androidMain/baseline-prof.txt

    HSPLokhttp3/HttpUrl;->encodedPassword()Ljava/lang/String;
    HSPLokhttp3/HttpUrl;->encodedPath()Ljava/lang/String;
    HSPLokhttp3/HttpUrl;->encodedPathSegments()Ljava/util/List;
    HSPLokhttp3/HttpUrl;->encodedQuery()Ljava/lang/String;
    HSPLokhttp3/HttpUrl;->encodedUsername()Ljava/lang/String;
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Mon Dec 30 23:28:56 GMT 2024
    - 127.9K bytes
    - Click Count (1)
Back to Top