class ActionDispatch::RequestEncoder::IdentityEncoder
Public Instance Methods
Source
# File lib/action_dispatch/testing/request_encoder.rb, line 12 def accept_header; end
Source
# File lib/action_dispatch/testing/request_encoder.rb, line 11 def content_type; end
Source
# File lib/action_dispatch/testing/request_encoder.rb, line 13 def encode_params(params); params; end
Source
# File lib/action_dispatch/testing/request_encoder.rb, line 14 def response_parser; -> body { body }; end