- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for contentTypeHeader (0.11 sec)
-
okcurl/src/test/kotlin/okhttp3/curl/MainTest.kt
assertThat(body!!.contentType().toString()).isEqualTo( "application/x-www-form-urlencoded; charset=utf-8", ) assertThat(bodyAsString(body)).isEqualTo("foo") } @Test fun contentTypeHeader() { val request = fromArgs( "-d", "foo", "-H", "Content-Type: application/json", "http://example.com", ).createRequest() val body = request.body
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 4.3K bytes - Viewed (0)