- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for parsePort (0.14 sec)
-
okhttp/src/main/kotlin/okhttp3/HttpUrl.kt
if (portColonOffset + 1 < componentDelimiterOffset) { host = input.percentDecode(pos = pos, limit = portColonOffset).toCanonicalHost() port = parsePort(input, portColonOffset + 1, componentDelimiterOffset) require(port != -1) { "Invalid URL port: \"${input.substring( portColonOffset + 1,
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Tue Jan 09 12:33:05 UTC 2024 - 63.5K bytes - Viewed (0)