Sha256: e2e23194a7be0dcc8eec8d132099e11a454afa703b4f058e6d9f1b6dcfd5c1cb

Contents?: true

Size: 531 Bytes

Versions: 8

Compression:

Stored size: 531 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'
require 'flaky_proxy/sequence'

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

  def self.logger
    @logger
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
newrelic_rpm-3.9.3.241 test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.9.2.239 test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.9.1.236 test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.9.0.229 test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.8.1.221 test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.8.0.218 test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.7.3.204 test/flaky_proxy/lib/flaky_proxy.rb
newrelic_rpm-3.7.3.199 test/flaky_proxy/lib/flaky_proxy.rb