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
plyom_user-0.1.7 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.1.6 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.1.5 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.1.4 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.1.3 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.1.2 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.1.1 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.1.0 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.0.9 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.0.8 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.0.7 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.0.6 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.0.5 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.0.4 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.0.3 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
plyom_user-0.0.2 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/examples/google.rb
httparty-0.12.0 examples/google.rb
httparty-0.11.0 examples/google.rb
httparty-0.10.2 examples/google.rb
httparty-0.10.1 examples/google.rb