Method: ActionDispatch::TestResponse#response_parser

Defined in:
actionpack/lib/action_dispatch/testing/test_response.rb

#response_parserObject



54
55
56
# File 'actionpack/lib/action_dispatch/testing/test_response.rb', line 54

def response_parser
  @response_parser ||= RequestEncoder.parser(media_type)
end