# File lib/new_relic/agent/instrumentation/curb.rb, line 40 def http_post_with_newrelic(*args, &blk) self._nr_http_verb = :POST http_post_without_newrelic(*args, &blk) end