Sha256: 82bfb3e29f2609d79f48e7940204a27bfee7cfb5232c715f6fa4107ec529ae10

Contents?: true

Size: 250 Bytes

Versions: 2

Compression:

Stored size: 250 Bytes

Contents

require File.join(File.dirname(__FILE__), '..', 'lib/excon')

x = Excon.new('http://www.google.com')

10.times do
p x.request(
  :method => 'GET',
  :path => '/'
)
end

# require 'open-uri'
# 10.times do
#   p open('http://www.google.com').read
# end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
excon-0.0.2 test/test.rb
excon-0.0.1 test/test.rb