class ActionDispatch::RequestEncoder::IdentityEncoder

Public Instance Methods

# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 9
def accept_header; end
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 8
def content_type; end
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 10
def encode_params(params); params; end
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 11
def response_parser; -> body { body }; end