I think we can deprecate `contentType` with an err...
# ktor
o
I think we can deprecate
contentType
with an error and introduce
accept
, and add something like
requestContentType
as a first step. Then we will replace
requestContentType
with
contentType
via another deprecation cycle.