module Typhoeus::Request::Streamable

def streaming?

Returns:
  • (Boolean) - True if any on_body blocks have been set.
def streaming?
  @on_body && @on_body.any?
end