Subject: | What does Catalyst::Test::get return ? |
It should be documented what Catalyst::Test::get returns:
* the already decoded into Perl's internal representation, based on the
Content-Type HTTP header
* or the raw encoded bytes?
The code seems to not decode anything. IMO the decoded content would be
the most useful to return.