Sha256: b2c185258f536fa341d0a53214da0c70eaac8998a4825b8e03d9365a04b8ef3e

Contents?: true

Size: 500 Bytes

Versions: 6

Compression:

Stored size: 500 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.

$: << File.expand_path(File.dirname(__FILE__))

require 'logger'

require 'flaky_proxy/server'
require 'flaky_proxy/connection'
require 'flaky_proxy/http_message'
require 'flaky_proxy/rule'
require 'flaky_proxy/rule_set'
require 'flaky_proxy/proxy'

module FlakyProxy
  @logger = Logger.new($stderr)

  def self.logger
    @logger
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
newrelic_rpm-3.7.2.195 test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.7.2.192 test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.7.2.190.beta test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.7.1.188 test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.7.1.182 test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.7.1.180 test/flaky_proxy/lib/flaky_proxy.rb