Method: OneApm::Support::HTTPClients::TyphoeusHTTPRequest#method

Defined in:
lib/one_apm/support/http_clients/typhoeus_wrappers.rb

#methodObject



57
58
59
# File 'lib/one_apm/support/http_clients/typhoeus_wrappers.rb', line 57

def method
  (@request.options[:method] || 'GET').to_s.upcase
end