# File lib/new_relic/agent/http_clients/typhoeus_wrappers.rb, line 66
        def method
          (@request.options[:method] || GET).to_s.upcase
        end