Class: Net::HTTPGenericRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/rbbt/util/misc/multipart_payload.rb

Instance Method Summary collapse

Instance Method Details

#send_request_with_body_stream(*args) ⇒ Object



6
7
8
9
10
# File 'lib/rbbt/util/misc/multipart_payload.rb', line 6

def send_request_with_body_stream(*args)
  Thread.new do
    send_request_with_body_stream_orig(*args)
  end
end

#send_request_with_body_stream_origObject



5
# File 'lib/rbbt/util/misc/multipart_payload.rb', line 5

alias send_request_with_body_stream_orig send_request_with_body_stream