123456789_123456789_123456789_123456789_123456789_

Class: URI::HTTP

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Instance Chain:
Inherits: Object
Defined in: lib/open-uri.rb

Instance Method Summary

::OpenURI::OpenRead - Included

#open

open provides ‘open’ for HTTP and FTP.

#read

OpenURI::OpenRead#read([ options ]) reads a content referenced by self and returns the content as string.

Instance Method Details

#buffer_open(buf, proxy, options)

[ GitHub ]

  
# File 'lib/open-uri.rb', line 769

def buffer_open(buf, proxy, options) # :nodoc:
  OpenURI.open_http(buf, self, proxy, options)
end