parser(content_type)
public

No documentation available.

# File actionpack/lib/action_dispatch/testing/integration.rb, line 431
          def self.parser(content_type)
            mime = Mime::Type.lookup(content_type)
            encoder(mime ? mime.ref : nil).response_parser
          end