Method: Agent#get

Defined in:
lib/polyphony/http/client/agent.rb

#get(url, opts = OPTS_DEFAULT, &block) ⇒ Object



32
33
34
# File 'lib/polyphony/http/client/agent.rb', line 32

def get(url, opts = OPTS_DEFAULT, &block)
  request(url, opts.merge(method: :GET), &block)
end