# File lib/campaign_monitor.rb, line 85
  def http_get(url)
    Net::HTTP.get_response(URI.parse(url)).body.to_s
  end