Methods
Instance Public methods
accept_header()
📝 Source code
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 7
def accept_header; end
🔎 See on GitHub
content_type()
📝 Source code
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 6
def content_type; end
🔎 See on GitHub
encode_params(params)
📝 Source code
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 8
def encode_params(params); params; end
🔎 See on GitHub
response_parser()
📝 Source code
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 9
def response_parser; -> body { body }; end
🔎 See on GitHub