method

parser

rails latest stable - Class: ActionDispatch::RequestEncoder
parser(content_type)
public

No documentation available.

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