Sha256: abbf012f1a8e8df5ebe49fcce4ad5541630bd4f7fee03d3ad53d23d44ad1fadf

Contents?: true

Size: 386 Bytes

Versions: 157

Compression:

Stored size: 386 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

157 entries across 130 versions & 9 rubygems

Version Path
httparty-0.16.0 examples/google.rb
httparty-0.15.7 examples/google.rb
httparty-0.15.6 examples/google.rb
httparty-0.15.5 examples/google.rb
httparty-0.15.4 examples/google.rb
httparty-0.15.3 examples/google.rb
httparty-0.15.2 examples/google.rb
httparty-0.15.1 examples/google.rb
httparty-0.15.0 examples/google.rb
httparty-0.14.0 examples/google.rb
simplenet-client-0.2.0 ./vendor/bundle/ruby/2.0.0/gems/httparty-0.13.7/examples/google.rb
simplenet-client-0.2.0 ./vendor/bundle/ruby/1.9.1/gems/httparty-0.13.7/examples/google.rb
httparty-0.13.7 examples/google.rb
httparty-0.13.6 examples/google.rb
httpserious-0.13.5.lstoll1 examples/google.rb
httparty-0.13.5 examples/google.rb
httparty-0.13.4 examples/google.rb