我在网上搜查了docs和其他地点,似乎无法找到为法拉达日确定时间选择的适当方法。 谁有答案?
我尝试:
conn = FaradayStack.build(url)
conn.headers[:user_agent] = AppConfig.user_agent
# conn.options[:timeout] = 20
# conn.options[:open_timeout] = 20
response = conn.get do |req|
req.options = {
:timeout => 20,
:open_timeout => 20
}
end
response.body
似乎没有工作。 BTW,Im, 如果能够发挥作用,则使用打字机。