yada

borkdude 2018-01-22T12:52:47.000520Z

How do I specify UTF-8 as the charset for a text/plain response? it’s not sent to my HTTP client by default

borkdude 2018-01-22T12:58:14.000255Z

ok:

:produces
   {:media-type "text/plain"
    :charset "UTF-8"}