method

parser

parser(content_type)
public

No documentation available.

# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 40
    def self.parser(content_type)
      type = Mime::Type.lookup(content_type).ref if content_type
      encoder(type).response_parser
    end