tempire / mojolicious-plugin-consolelogger

Show Mojolicious log messages in browser console (firebug, webkit dev tools)
8 stars 5 forks source link

Fix for JSON response when charset parameter is present #8

Open csroli opened 8 years ago

csroli commented 8 years ago

Added test for JSON responses with and without charset parameter. I think this solves #3;

phillipadsmith commented 8 years ago

:+1:

csroli commented 8 years ago

Added check for the existance of content_type in case of redirection. Refactored the test.