# File lib/rev/http_client.rb, line 198 198: def on_body_data(data) 199: STDOUT.write data 200: STDOUT.flush 201: end