We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can use the respond! method, that directly returns a body, a HTTP status and a content type.
respond!
body = "whatever" respond!(body, status, 'Content-Type' => 'whatever/foo')