- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for startIndex (0.09 sec)
-
okhttp/src/main/kotlin/okhttp3/HttpUrl.kt
if (schemeDelimiterOffset != -1) { when { input.startsWith("https:", ignoreCase = true, startIndex = pos) -> { this.scheme = "https" pos += "https:".length } input.startsWith("http:", ignoreCase = true, startIndex = pos) -> { this.scheme = "http" pos += "http:".length }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Tue Jan 09 12:33:05 UTC 2024 - 63.5K bytes - Viewed (0)