- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for redirectsWithBody (0.13 sec)
-
okhttp/src/main/kotlin/okhttp3/internal/http/HttpMethod.kt
) @JvmStatic // Despite being 'internal', this method is called by popular 3rd party SDKs. fun permitsRequestBody(method: String): Boolean = !(method == "GET" || method == "HEAD") fun redirectsWithBody(method: String): Boolean = method == "PROPFIND" fun redirectsToGet(method: String): Boolean = method != "PROPFIND"
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 1.5K bytes - Viewed (0)