Sha256: 211124b0d6fc58d3d46a2da0d38762e249186fbc06313565c76536c1b8eba17b
Contents?: true
Size: 450 Bytes
Versions: 141
Compression:
Stored size: 450 Bytes
Contents
# To send custom user agents to identify your application to a web service (or mask as a specific browser for testing), send "User-Agent" as a hash to headers as shown below. dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')) require File.join(dir, 'httparty') require 'pp' response = HTTParty.get('http://example.com', { headers: {"User-Agent" => "Httparty"}, debug_output: STDOUT, # To show that User-Agent is Httparty })
Version data entries
141 entries across 115 versions & 7 rubygems