Skip to Content Skip to Search
v7.1.0
class ActionDispatch::RequestEncoder::IdentityEncoder < Object
Methods
A
C
E
R

Public instance methods

accept_header()

Permalink
Source code GitHub
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 9
def accept_header; end

content_type()

Permalink
Source code GitHub
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 8
def content_type; end

encode_params(params)

Permalink
Source code GitHub
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 10
def encode_params(params); params; end

response_parser()

Permalink
Source code GitHub
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 11
def response_parser; -> body { body }; end
Definition files