Class: URI::HTTP

Inherits:
Object
  • Object
show all
Includes:
OpenURI::OpenRead
Defined in:
lib/open-uri.rb

Instance Method Summary collapse

Methods included from OpenURI::OpenRead

#open, #read

Instance Method Details

#buffer_open(buf, proxy, options) ⇒ Object

:nodoc:



774
775
776
# File 'lib/open-uri.rb', line 774

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