gpt4 book ai didi

ruby - 如何在 OpenURI 中指定 "http request header"

转载 作者:数据小太阳 更新时间:2023-10-29 06:24:54 25 4
gpt4 key购买 nike

我正在尝试使用 Ruby 的 OpenURI gem 调用 URL,但是它需要我在其 HTTP 请求 header 中传递某些值。

知道怎么做吗?

最佳答案

根据 the documentation ,您可以将 http header 的哈希值作为第二个参数传递给 open:

open("http://www.ruby-lang.org/en/",
"User-Agent" => "Ruby/#{RUBY_VERSION}",
"From" => "foo@bar.invalid",
"Referer" => "http://www.ruby-lang.org/") {|f|
# ...
}

关于ruby - 如何在 OpenURI 中指定 "http request header",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7478841/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com