Fork me on GitHub
#ring
<
2018-06-11
>
ikitommi06:06:33

what was the reason to deprecate :content-type key in the Ring Request SPEC?

ikitommi06:06:31

should apps re-parse it from the headers when it’s needed?

weavejester13:06:01

@ikitommi It’s simpler and more consistent to treat it as a normal header, rather than a special case.

weavejester13:06:16

There’s a ring.util.response/content-type function instead.