Sha256: db45d4c3fdaa6728868df26399ab400afed7add45f498cfec13d5a00333ab225

Contents?: true

Size: 383 Bytes

Versions: 172

Compression:

Stored size: 383 Bytes

Contents

dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
require File.join(dir, 'httparty')
require 'pp'

class Google
  include HTTParty
  format :html
end

# google.com redirects to www.google.com so this is live test for redirection
pp Google.get('http://google.com')

puts '', '*'*70, ''

# check that ssl is requesting right
pp Google.get('https://www.google.com')

Version data entries

172 entries across 171 versions & 31 rubygems

Version Path
httparty-0.2.3 examples/google.rb
httparty-0.2.7 examples/google.rb
httparty-0.4.2 examples/google.rb
httparty-0.4.1 examples/google.rb
httparty-0.4.3 examples/google.rb
spreedly-1.0.0 vendor/httparty/examples/google.rb
spreedly-1.0.1 vendor/httparty/examples/google.rb
spreedly-1.2.2 vendor/httparty/examples/google.rb
spreedly-1.2.1 vendor/httparty/examples/google.rb
spreedly-1.2.0 vendor/httparty/examples/google.rb
spreedly-1.3.0 vendor/httparty/examples/google.rb
spreedly-1.1.0 vendor/httparty/examples/google.rb