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



162
163
164
# File 'lib/deltacloud/helpers/blob_stream_helper.rb', line 162

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