class Seahorse::Client::Http::Response

def on_data(&callback)

def on_data(&callback)
  @listeners[:data] << callback
end