Method: Xio::HTTP::Typhoeus.get

Defined in:
lib/xio/http/typhoeus.rb

.get(url, options = {}) ⇒ Object



13
14
15
# File 'lib/xio/http/typhoeus.rb', line 13

def self.get(url, options={})
  perform(:get, url, options)
end