what was the reason to deprecate :content-type
key in the Ring Request SPEC?
should apps re-parse it from the headers when it’s needed?
@ikitommi It’s simpler and more consistent to treat it as a normal header, rather than a special case.
There’s a ring.util.response/content-type
function instead.