Misc #9394 » 0002-lib-open-uri.rb-DOC-Remove-dead-link-to-raa.patch
| lib/open-uri.rb | ||
|---|---|---|
|
# The environment variables such as http_proxy, https_proxy and ftp_proxy
|
||
|
# are in effect by default. Here we disable proxy:
|
||
|
#
|
||
|
# open("http://www.ruby-lang.org/en/raa.html", :proxy => nil) {|f|
|
||
|
# open("http://www.ruby-lang.org/en/", :proxy => nil) {|f|
|
||
|
# # ...
|
||
|
# }
|
||
|
#
|
||
- « Previous
- 1
- 2
- Next »