Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resolvePath (2.86 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt

            }
          }
    
        fun encodedPath(encodedPath: String) =
          apply {
            require(encodedPath.startsWith("/")) { "unexpected encodedPath: $encodedPath" }
            resolvePath(encodedPath, 0, encodedPath.length)
          }
    
        fun query(query: String?) =
          apply {
            this.encodedQueryNamesAndValues =
              query
                ?.canonicalize(
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 63.5K bytes
    - Viewed (0)
Back to top