module Datadog::Ext::HTTP::ResponseHeaders

Response headers

Constants

PREFIX

Public Instance Methods

to_tag(name) click to toggle source
# File lib/ddtrace/ext/http.rb, line 41
def to_tag(name)
  "#{PREFIX}.#{Headers.to_tag(name)}"
end