方法
實例公用方法
accept_header() 連結
程式碼: 顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 11 def accept_header; end
content_type() 連結
程式碼: 顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 10 def content_type; end
encode_params(params) 連結
程式碼: 顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 12 def encode_params(params); params; end
response_parser() 連結
程式碼: 顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 13 def response_parser; -> body { body }; end