- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for upgradeWithNonEmptyRequestBody (0.17 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/http/HttpUpgradesTest.kt
} @Test fun upgradeWithEmptyRequestBody() { executeAndCheckUpgrade(upgradeRequest().newBuilder().post(RequestBody.EMPTY).build()) } @Test fun upgradeWithNonEmptyRequestBody() { executeAndCheckUpgrade( upgradeRequest() .newBuilder() .post("Hello".toRequestBody()) .build(), ) } @Test fun upgradeHttps() {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 08 21:07:01 GMT 2026 - 9.7K bytes - Click Count (0)