Class: ActionDispatch::RequestEncoder::IdentityEncoder
- Defined in:
 - actionpack/lib/action_dispatch/testing/request_encoder.rb
 
Instance Method Summary collapse
- #accept_header ⇒ Object
 - #content_type ⇒ Object
 - #encode_params(params) ⇒ Object
 - #response_parser ⇒ Object
 
Instance Method Details
#accept_header ⇒ Object
      11  | 
    
      # File 'actionpack/lib/action_dispatch/testing/request_encoder.rb', line 11 def accept_header; end  | 
  
#content_type ⇒ Object
      10  | 
    
      # File 'actionpack/lib/action_dispatch/testing/request_encoder.rb', line 10 def content_type; end  | 
  
#encode_params(params) ⇒ Object
      12  | 
    
      # File 'actionpack/lib/action_dispatch/testing/request_encoder.rb', line 12 def encode_params(params); params; end  | 
  
#response_parser ⇒ Object
      13  | 
    
      # File 'actionpack/lib/action_dispatch/testing/request_encoder.rb', line 13 def response_parser; -> body { body }; end  |