Any reason the first code example here uses `header(…)` and not `contentType(…)`? <https://ktor.io/d...
r
Any reason the first code example here uses
header(…)
and not
contentType(…)
? https://ktor.io/docs/testing.html#form-data
a
There is no specific reason for that.