Method: Xio::HTTP.get

Defined in:
lib/xio/http.rb

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



33
34
35
# File 'lib/xio/http.rb', line 33

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