- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for encodeMultiplePairs (0.28 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/FormBodyTest.kt
assertThat(body.contentLength()).isEqualTo(expected.length.toLong()) val buffer = Buffer() body.writeTo(buffer) assertThat(buffer.readUtf8()).isEqualTo(expected) } @Test fun encodeMultiplePairs() { val body = FormBody .Builder() .add("sim", "ple") .add("hey", "there") .add("help", "me") .build() val expected = "sim=ple&hey=there&help=me"
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 7.9K bytes - Click Count (0)