Method: OneApm::Support::HTTPClients::TyphoeusHTTPRequest#method
- Defined in:
- lib/one_apm/support/http_clients/typhoeus_wrappers.rb
#method ⇒ Object
57 58 59 |
# File 'lib/one_apm/support/http_clients/typhoeus_wrappers.rb', line 57 def method (@request.[:method] || 'GET').to_s.upcase end |