Flowdock
body_stream=(input) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/http/generic_request.rb, line 100
  def body_stream=(input)
    @body = nil
    @body_stream = input
    @body_data = nil
    input
  end
Register or log in to add new notes.