aboutsummaryrefslogtreecommitdiffstats
path: root/lib/open-uri.rb
Commit message (Expand)AuthorAgeFilesLines
* fix previous change.akr2003-11-251-1/+1
* * lib/open-uri.rb (URI::Generic#find_proxy): ENV case sensitivity testakr2003-11-251-3/+13
* * lib/open-uri.rb (URI::Generic#find_proxy): use http_proxy under CGIakr2003-11-251-7/+26
* * lib/open-uri.rb (OpenURI.open_loop, URI::HTTP#proxy_open): useakr2003-11-241-23/+31
* * lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXYakr2003-11-241-2/+10
* * lib/open-uri.rb: validate option names.akr2003-11-241-8/+122
* * lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open):akr2003-11-151-17/+19
* inconsistency of the arguments for respond_to? in previous change is fixed.akr2003-11-131-1/+1
* * lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed.akr2003-11-131-8/+19
* * lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY.akr2003-11-131-1/+1
* * lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not work.nahi2003-10-051-1/+1
* * lib/open-uri.rb (OpenURI::Redirect#initialize): call super toakr2003-05-151-0/+11
* * lib/open-uri.rb: replace Kernel.open as well.akr2003-02-261-0/+1
* * lib/open-uri.rb: dispatch code restructured to make it openableakr2003-02-051-45/+39
* * lib/open-uri.rb: Location: field may has a relative URI.akr2003-02-051-1/+7
* Add a missing ||.knu2002-12-181-1/+1
* * lib/open-uri.rb: new file.akr2002-12-161-0/+390