ActionDispatch::RequestEncoder::IdentityEncoder
Methods
A
C
E
R
Instance Public methods
accept_header()
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 5
def accept_header; end
content_type()
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 4
def content_type; end
encode_params(params)
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 6
def encode_params(params); params; end
response_parser()
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 7
def response_parser; -> body { body }; end