# File lib/new_relic/agent/instrumentation/sinatra/transaction_namer.rb, line 43
          def http_verb(request)
            request.request_method if request.respond_to?(:request_method)
          end