ActionDispatch::RequestEncoder::IdentityEncoder Ruby on Rails 5.1.2 Class ActionDispatch::RequestEncoder::IdentityEncoder < Object actionpack/lib/action_dispatch/testing/request_encoder.rb Methods A accept_header C content_type E encode_params R response_parser Instance Public methods accept_header() Link Source: show | on GitHub # File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 5 def accept_header; end content_type() Link Source: show | on GitHub # File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 4 def content_type; end encode_params(params) Link Source: show | on GitHub # File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 6 def encode_params(params); params; end response_parser() Link Source: show | on GitHub # File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 7 def response_parser; -> body { body }; end