5BVXYTMJDZXDLJL4NQ3JF6ULASQJOFWLSX25RSSIKLNR3ZDMXMYAC $c->response->content_type('text/plain; charset=utf-8') if $c->response->content_type() eq "text/plain";
my $type = $c->response->content_type();$c->response->content_type('text/plain; charset=utf-8')if !$type || $c->response->content_type() eq "text/plain";