Method: Datadog::Core::HashHeaderCollection#get

Defined in:
lib/datadog/core/header_collection.rb

#get(header_name) ⇒ Object



38
39
40
# File 'lib/datadog/core/header_collection.rb', line 38

def get(header_name)
  @hash[header_name.downcase]
end