Class: Net::HTTP::Put

Inherits:
HTTPRequest
  • Object
show all
Defined in:
lib/deltacloud/helpers/blob_stream_helper.rb

Instance Method Summary collapse

Instance Method Details

#write_header_m(sock, ver, path) ⇒ Object



164
165
166
# File 'lib/deltacloud/helpers/blob_stream_helper.rb', line 164

def write_header_m(sock, ver, path)
  write_header(sock, ver, path)
end