Skip to Content Skip to Search

class ActionDispatch::RequestEncoder::IdentityEncoder

Public instance methods

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

Definition files