method
parser
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::RequestEncoder
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