class ActionDispatch::RequestEncoder::IdentityEncoder
Public Instance Methods
accept_header()
click to toggle source
# File lib/action_dispatch/testing/request_encoder.rb, line 7 def accept_header; end
content_type()
click to toggle source
# File lib/action_dispatch/testing/request_encoder.rb, line 6 def content_type; end
encode_params(params)
click to toggle source
# File lib/action_dispatch/testing/request_encoder.rb, line 8 def encode_params(params); params; end
response_parser()
click to toggle source
# File lib/action_dispatch/testing/request_encoder.rb, line 9 def response_parser; -> body { body }; end