方法
    
  
  
  
    
    
    
    
    
    
    
      实例公共方法
accept_header() 链接
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 12 def accept_header; end
content_type() 链接
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 11 def content_type; end
encode_params(params) 链接
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 13 def encode_params(params); params; end
response_parser() 链接
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 14 def response_parser; -> body { body }; end