ring

ikitommi 2018-06-11T06:01:33.000115Z

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

ikitommi 2018-06-11T06:03:31.000218Z

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

2018-06-11T13:18:01.000615Z

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

2018-06-11T13:18:16.000646Z

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