- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for skipCommasAndWhitespace (0.2 sec)
-
okhttp/src/main/kotlin/okhttp3/internal/http/HttpHeaders.kt
// Read a scheme name for this challenge if we don't have one already. if (peek == null) { skipCommasAndWhitespace() peek = readToken() if (peek == null) return } val schemeName = peek // Read a token68, a sequence of parameters, or nothing. val commaPrefixed = skipCommasAndWhitespace() peek = readToken() if (peek == null) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 7.2K bytes - Viewed (0)